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
- XmlSchemaSimpleTypeUnion.cs
- SignHashRequest.cs
- ContextProperty.cs
- DBCSCodePageEncoding.cs
- GridView.cs
- DesignerForm.cs
- TokenBasedSetEnumerator.cs
- CategoryNameCollection.cs
- ProfessionalColorTable.cs
- HWStack.cs
- DefaultObjectMappingItemCollection.cs
- MimeTypeAttribute.cs
- EventManager.cs
- ArgumentElement.cs
- ReadOnlyHierarchicalDataSourceView.cs
- KeyGesture.cs
- Privilege.cs
- CodeExpressionCollection.cs
- PixelShader.cs
- DateTimeStorage.cs
- DecoderBestFitFallback.cs
- TextRenderer.cs
- CanonicalizationDriver.cs
- TextStore.cs
- InProcStateClientManager.cs
- HttpFileCollection.cs
- ApplicationFileParser.cs
- TypeBuilder.cs
- SqlBuilder.cs
- CompareInfo.cs
- ApplicationCommands.cs
- ToolStripStatusLabel.cs
- XPathCompileException.cs
- XamlSerializerUtil.cs
- HttpRawResponse.cs
- _emptywebproxy.cs
- ProvideValueServiceProvider.cs
- ViewDesigner.cs
- SmiEventSink.cs
- TextEvent.cs
- PrintDialogException.cs
- OpCodes.cs
- ConditionalAttribute.cs
- SqlTypeSystemProvider.cs
- WebPart.cs
- RecipientServiceModelSecurityTokenRequirement.cs
- ResourceDisplayNameAttribute.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- DesignerWidgets.cs
- TextBoxLine.cs
- SRGSCompiler.cs
- SingleStorage.cs
- Drawing.cs
- Configuration.cs
- InheritablePropertyChangeInfo.cs
- ReadOnlyTernaryTree.cs
- DisplayToken.cs
- RowType.cs
- TypeConvertions.cs
- ReadOnlyDictionary.cs
- ExceptionValidationRule.cs
- QualifiedCellIdBoolean.cs
- HtmlTableCellCollection.cs
- SqlClientWrapperSmiStreamChars.cs
- AuthenticatedStream.cs
- PageVisual.cs
- DataTrigger.cs
- ProcessThreadCollection.cs
- Encoder.cs
- ByteConverter.cs
- Wildcard.cs
- WebPartZoneCollection.cs
- BulletedListEventArgs.cs
- DPTypeDescriptorContext.cs
- ImageSource.cs
- Ref.cs
- AstTree.cs
- NetworkInformationException.cs
- Polygon.cs
- ToolStripDropDown.cs
- StretchValidation.cs
- CodeAccessSecurityEngine.cs
- NameValueConfigurationElement.cs
- XslCompiledTransform.cs
- DomainConstraint.cs
- DataDocumentXPathNavigator.cs
- DocobjHost.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- NullNotAllowedCollection.cs
- IriParsingElement.cs
- StylesEditorDialog.cs
- PreservationFileReader.cs
- BindingBase.cs
- ImageList.cs
- PageOutputQuality.cs
- XD.cs
- BitmapEditor.cs
- XPathDocumentNavigator.cs
- ProfileServiceManager.cs
- NameValueConfigurationCollection.cs