Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / TypeViewSchema.cs / 1 / TypeViewSchema.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.Design {
using System;
using System.Collections;
using System.Diagnostics;
using System.Reflection;
///
/// Represents a View's schema based on an arbitrary type. The
/// strongly-typed row type is the type itself.
///
[System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
internal sealed class TypeViewSchema : BaseTypeViewSchema {
public TypeViewSchema(string viewName, Type type) : base(viewName, type) {
}
protected override Type GetRowType(Type objectType) {
return objectType;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AuthorizationRuleCollection.cs
- NamedObject.cs
- WindowsNonControl.cs
- BulletedListDesigner.cs
- HttpSessionStateBase.cs
- DataGridSortingEventArgs.cs
- SQLInt16.cs
- SqlDataSourceCustomCommandEditor.cs
- HandlerBase.cs
- SqlInfoMessageEvent.cs
- Size.cs
- ContextStack.cs
- DynamicHyperLink.cs
- QilLiteral.cs
- InternalPolicyElement.cs
- DebugInfoGenerator.cs
- UserPreferenceChangingEventArgs.cs
- TableAdapterManagerGenerator.cs
- PageCodeDomTreeGenerator.cs
- ValidatingPropertiesEventArgs.cs
- ExpressionConverter.cs
- HyperLinkColumn.cs
- CmsInterop.cs
- CqlIdentifiers.cs
- PointHitTestResult.cs
- TypeDependencyAttribute.cs
- ChunkedMemoryStream.cs
- PropagationProtocolsTracing.cs
- TextEncodedRawTextWriter.cs
- ApplicationServiceManager.cs
- WindowsFormsHostAutomationPeer.cs
- RowTypeElement.cs
- XmlDataLoader.cs
- XPathDocumentBuilder.cs
- TypeElement.cs
- FixedFindEngine.cs
- SecurityResources.cs
- ConnectAlgorithms.cs
- DuplicateWaitObjectException.cs
- Speller.cs
- ButtonField.cs
- WebPartConnectionsCloseVerb.cs
- ErasingStroke.cs
- PackageProperties.cs
- ColumnProvider.cs
- TransportContext.cs
- FileLoadException.cs
- UshortList2.cs
- EditBehavior.cs
- XmlAttributeCache.cs
- Bezier.cs
- EventEntry.cs
- RemotingConfiguration.cs
- Error.cs
- recordstatescratchpad.cs
- CounterSampleCalculator.cs
- OracleTimeSpan.cs
- SQLInt64Storage.cs
- DriveNotFoundException.cs
- BinaryMessageFormatter.cs
- COM2TypeInfoProcessor.cs
- XamlGridLengthSerializer.cs
- XmlSerializer.cs
- DataListAutoFormat.cs
- PermissionAttributes.cs
- ClientScriptManagerWrapper.cs
- UserPersonalizationStateInfo.cs
- PublishLicense.cs
- Dump.cs
- CompositeKey.cs
- AssemblyResourceLoader.cs
- MethodBody.cs
- Marshal.cs
- FontStyleConverter.cs
- tooltip.cs
- XmlTextWriter.cs
- assertwrapper.cs
- ActiveDesignSurfaceEvent.cs
- ExpressionBuilderCollection.cs
- CompoundFileReference.cs
- EntityDataSourceEntitySetNameItem.cs
- MonthCalendar.cs
- TextBoxLine.cs
- PagesSection.cs
- SoapServerProtocol.cs
- ProfileEventArgs.cs
- DataSetUtil.cs
- NameValuePermission.cs
- RequestUriProcessor.cs
- ListComponentEditor.cs
- ToolZoneDesigner.cs
- DeploymentExceptionMapper.cs
- SQlBooleanStorage.cs
- EnumerableRowCollectionExtensions.cs
- Calendar.cs
- OdbcUtils.cs
- COSERVERINFO.cs
- WindowVisualStateTracker.cs
- TextBlockAutomationPeer.cs
- ReadOnlyDictionary.cs