Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BrowserCapabilitiesCompiler.cs
- TransactionChannel.cs
- ApplyImportsAction.cs
- DataObjectFieldAttribute.cs
- DrawingGroupDrawingContext.cs
- IssuerInformation.cs
- UniqueConstraint.cs
- SafeSecurityHandles.cs
- Object.cs
- ContractNamespaceAttribute.cs
- WindowsClaimSet.cs
- SessionPageStateSection.cs
- ExpressionBuilder.cs
- WmlValidationSummaryAdapter.cs
- NamespaceList.cs
- Selection.cs
- LinkArea.cs
- NonParentingControl.cs
- NumericUpDown.cs
- StateItem.cs
- CompressedStack.cs
- EmbeddedMailObject.cs
- InvokePattern.cs
- HtmlListAdapter.cs
- ContextMenuStripActionList.cs
- PropertyCondition.cs
- WebPartEditorApplyVerb.cs
- InvalidOperationException.cs
- WebUtil.cs
- RegistryDataKey.cs
- XmlAnyAttributeAttribute.cs
- OutputScope.cs
- ComponentResourceKeyConverter.cs
- TreeBuilderXamlTranslator.cs
- InputProviderSite.cs
- QilTargetType.cs
- Int64AnimationBase.cs
- QilTernary.cs
- HttpClientCertificate.cs
- ControlCachePolicy.cs
- DataBindingExpressionBuilder.cs
- ProcessExitedException.cs
- LinqDataSourceView.cs
- UpdatePanelTrigger.cs
- ObjectHandle.cs
- GregorianCalendarHelper.cs
- BuildManagerHost.cs
- LineBreak.cs
- TextContainer.cs
- ComponentManagerBroker.cs
- XmlDataImplementation.cs
- SrgsGrammar.cs
- ProfileSection.cs
- ExtendedProtectionPolicyTypeConverter.cs
- SmiGettersStream.cs
- WebPartExportVerb.cs
- OdbcError.cs
- sqlstateclientmanager.cs
- baseshape.cs
- BypassElement.cs
- AnnotationMap.cs
- PolicyLevel.cs
- ISFTagAndGuidCache.cs
- GatewayDefinition.cs
- XmlTextReader.cs
- ConfigXmlWhitespace.cs
- ResizeGrip.cs
- EntityDataSourceReferenceGroup.cs
- SymbolType.cs
- RIPEMD160Managed.cs
- RuntimeResourceSet.cs
- SpellerError.cs
- ReaderWriterLockSlim.cs
- EdmError.cs
- AssemblyNameUtility.cs
- ILGenerator.cs
- XmlSchemaIdentityConstraint.cs
- LocatorPart.cs
- DataGridViewAdvancedBorderStyle.cs
- LockCookie.cs
- CheckoutException.cs
- TransformerInfoCollection.cs
- SuppressMessageAttribute.cs
- UnsafeNativeMethods.cs
- DbUpdateCommandTree.cs
- StackBuilderSink.cs
- HtmlHead.cs
- DefaultEventAttribute.cs
- PropertyNames.cs
- HwndSourceParameters.cs
- NameScopePropertyAttribute.cs
- OutputChannelBinder.cs
- WCFServiceClientProxyGenerator.cs
- ReferenceConverter.cs
- ExpressionsCollectionConverter.cs
- Serializer.cs
- AppModelKnownContentFactory.cs
- FontFamilyValueSerializer.cs
- UserControlDesigner.cs
- LinkLabel.cs