Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / EntityModel / SchemaObjectModel / Property.cs / 1305376 / Property.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.Xml; using System.Data; using System.Data.Metadata.Edm; using System.Reflection; using System.IO; using System.Globalization; namespace System.Data.EntityModel.SchemaObjectModel { internal abstract class Property : SchemaElement { ////// Creates a Property object /// /// The parent element internal Property(StructuredType parentElement) : base(parentElement) { } ////// Gets the Type of the property /// public abstract SchemaType Type { get;} } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Diagnostics; using System.Xml; using System.Data; using System.Data.Metadata.Edm; using System.Reflection; using System.IO; using System.Globalization; namespace System.Data.EntityModel.SchemaObjectModel { internal abstract class Property : SchemaElement { ////// Creates a Property object /// /// The parent element internal Property(StructuredType parentElement) : base(parentElement) { } ////// Gets the Type of the property /// public abstract SchemaType Type { get;} } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TreeNodeEventArgs.cs
- ActivityXRefPropertyEditor.cs
- DebugView.cs
- LoginAutoFormat.cs
- ConfigurationProperty.cs
- NameTable.cs
- HttpChannelHelper.cs
- COM2TypeInfoProcessor.cs
- MsmqProcessProtocolHandler.cs
- DecimalKeyFrameCollection.cs
- MsmqActivation.cs
- HwndAppCommandInputProvider.cs
- XmlSchemaProviderAttribute.cs
- XPathNodeHelper.cs
- SecurityUniqueId.cs
- SchemaElementLookUpTableEnumerator.cs
- PaintValueEventArgs.cs
- HealthMonitoringSectionHelper.cs
- TrackingMemoryStream.cs
- DependencyPropertyKind.cs
- CngUIPolicy.cs
- AsymmetricSignatureDeformatter.cs
- DataObject.cs
- MonitorWrapper.cs
- ExtensionWindowResizeGrip.cs
- OracleRowUpdatedEventArgs.cs
- PnrpPeerResolver.cs
- UIElement3DAutomationPeer.cs
- TcpConnectionPoolSettingsElement.cs
- GradientStop.cs
- DuplicateWaitObjectException.cs
- XmlSerializationGeneratedCode.cs
- Msec.cs
- BasicExpressionVisitor.cs
- TextBoxView.cs
- SplitterPanel.cs
- FixUp.cs
- RowToParametersTransformer.cs
- GetPageNumberCompletedEventArgs.cs
- FixedPageStructure.cs
- XamlWriter.cs
- SolidBrush.cs
- ConfigurationElementProperty.cs
- RegexNode.cs
- XmlQueryRuntime.cs
- TextSearch.cs
- GlyphTypeface.cs
- InvokeMethodActivity.cs
- ShaperBuffers.cs
- CryptographicAttribute.cs
- PropertyInfoSet.cs
- SafeViewOfFileHandle.cs
- XmlSchemaSimpleContentRestriction.cs
- DocumentsTrace.cs
- EntryPointNotFoundException.cs
- SqlMetaData.cs
- TextModifierScope.cs
- SizeAnimationUsingKeyFrames.cs
- RuntimeArgumentHandle.cs
- HiddenFieldPageStatePersister.cs
- HttpListenerResponse.cs
- ShapingEngine.cs
- Component.cs
- UTF7Encoding.cs
- _ConnectOverlappedAsyncResult.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- MsmqBindingMonitor.cs
- TextCompositionEventArgs.cs
- TraceData.cs
- WindowsSidIdentity.cs
- MetadataCache.cs
- PageEventArgs.cs
- ParallelLoopState.cs
- Parameter.cs
- ProcessThread.cs
- WindowsToolbar.cs
- PathFigureCollection.cs
- StorageMappingItemCollection.cs
- embossbitmapeffect.cs
- SecurityContextKeyIdentifierClause.cs
- OuterGlowBitmapEffect.cs
- AnchorEditor.cs
- BoundColumn.cs
- DeclarationUpdate.cs
- ResolveNextArgumentWorkItem.cs
- UriTemplateHelpers.cs
- MDIClient.cs
- CaseStatementProjectedSlot.cs
- RequestQueryParser.cs
- Int32Storage.cs
- XMLUtil.cs
- SerializationHelper.cs
- InternalCache.cs
- Coordinator.cs
- LocalizeDesigner.cs
- DataGridTablesFactory.cs
- RowToFieldTransformer.cs
- AttributeQuery.cs
- basevalidator.cs
- FlowDocumentReader.cs