Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / CompMod / System / ComponentModel / Design / Data / DesignerDataView.cs / 1 / DesignerDataView.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel.Design.Data { using System; using System.Collections; ////// Represents a single view in a data connection. A collection of this /// type is returned from IDesignerDataSchema.GetSchemaItems when it is /// passed DesignerDataSchemaClass.Views. /// public abstract class DesignerDataView : DesignerDataTableBase { ////// protected DesignerDataView(string name) : base(name) { } ////// protected DesignerDataView(string name, string owner) : base(name, owner) { } } } // 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
- ValueTypeFixupInfo.cs
- TableSectionStyle.cs
- PerformanceCounterPermission.cs
- QilParameter.cs
- PrefixQName.cs
- MobileControlDesigner.cs
- X509KeyIdentifierClauseType.cs
- MeasureData.cs
- PropertyBuilder.cs
- RuntimeCompatibilityAttribute.cs
- BindStream.cs
- StringKeyFrameCollection.cs
- RedirectionProxy.cs
- CodeCommentStatement.cs
- _LocalDataStore.cs
- LongValidator.cs
- TextServicesDisplayAttribute.cs
- MetadataItem_Static.cs
- PortCache.cs
- DesignSurfaceCollection.cs
- HideDisabledControlAdapter.cs
- Stack.cs
- CollectionViewGroupRoot.cs
- Pen.cs
- SineEase.cs
- AssemblyResourceLoader.cs
- ComponentChangingEvent.cs
- PenThreadWorker.cs
- ComponentChangingEvent.cs
- WebSysDisplayNameAttribute.cs
- TypedReference.cs
- ItemList.cs
- CqlWriter.cs
- PieceDirectory.cs
- Viewport3DAutomationPeer.cs
- SqlUtils.cs
- FactoryId.cs
- NavigatingCancelEventArgs.cs
- JsonUriDataContract.cs
- SecurityContext.cs
- PropertyDescriptorComparer.cs
- ThousandthOfEmRealDoubles.cs
- MatrixKeyFrameCollection.cs
- RoutedEventValueSerializer.cs
- WindowsFormsHelpers.cs
- RectAnimationClockResource.cs
- GZipDecoder.cs
- ProtectedConfigurationProviderCollection.cs
- DrawingState.cs
- XmlAnyElementAttributes.cs
- FontSourceCollection.cs
- PipelineDeploymentState.cs
- ProcessRequestArgs.cs
- RadioButton.cs
- EventListener.cs
- WrappedIUnknown.cs
- mda.cs
- WsdlImporterElementCollection.cs
- RecognizeCompletedEventArgs.cs
- MarkupObject.cs
- ErrorItem.cs
- InlineCollection.cs
- UnaryNode.cs
- LambdaCompiler.Lambda.cs
- TabControlCancelEvent.cs
- TriggerCollection.cs
- InternalConfigConfigurationFactory.cs
- DebuggerAttributes.cs
- DiscoveryCallbackBehavior.cs
- SplashScreen.cs
- ParseElementCollection.cs
- IOException.cs
- SqlClientPermission.cs
- Privilege.cs
- basevalidator.cs
- XmlSchemaSimpleTypeUnion.cs
- StylusTip.cs
- HttpConfigurationSystem.cs
- SqlConnectionManager.cs
- PhysicalOps.cs
- AxisAngleRotation3D.cs
- ReadOnlyDataSource.cs
- CalendarKeyboardHelper.cs
- AttributeTableBuilder.cs
- Lookup.cs
- MaterialCollection.cs
- UIElementParaClient.cs
- ShapingEngine.cs
- Point3DValueSerializer.cs
- SqlCharStream.cs
- ContentFilePart.cs
- WindowsFormsHost.cs
- DataBoundControlAdapter.cs
- SerializationAttributes.cs
- ValidationSettings.cs
- CacheVirtualItemsEvent.cs
- _LocalDataStore.cs
- WebPartDisplayModeCancelEventArgs.cs
- DataGridViewCellConverter.cs
- BaseInfoTable.cs