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
- FrameworkContextData.cs
 - ThemeDirectoryCompiler.cs
 - CalendarDay.cs
 - PointLightBase.cs
 - LocalizabilityAttribute.cs
 - TextOutput.cs
 - TriggerActionCollection.cs
 - InputManager.cs
 - RuntimeIdentifierPropertyAttribute.cs
 - ProfileService.cs
 - WasHostedComPlusFactory.cs
 - DateTimeOffsetConverter.cs
 - CompilerResults.cs
 - CounterNameConverter.cs
 - DataStreams.cs
 - ImageSource.cs
 - ConnectionsZone.cs
 - _RequestCacheProtocol.cs
 - SimpleRecyclingCache.cs
 - ProcessHostFactoryHelper.cs
 - CodeVariableDeclarationStatement.cs
 - ConfigurationPermission.cs
 - ConnectionPoint.cs
 - LZCodec.cs
 - ArrangedElement.cs
 - RoleManagerModule.cs
 - FreezableOperations.cs
 - DataGridViewComboBoxEditingControl.cs
 - Mutex.cs
 - ConvertersCollection.cs
 - ViewCellSlot.cs
 - SharedConnectionInfo.cs
 - ResourceManager.cs
 - Int32AnimationUsingKeyFrames.cs
 - XsltCompileContext.cs
 - HtmlInputCheckBox.cs
 - FlowDocumentFormatter.cs
 - ProfileManager.cs
 - ReferencedCategoriesDocument.cs
 - Variant.cs
 - KeyManager.cs
 - GroupBoxRenderer.cs
 - ObjectKeyFrameCollection.cs
 - XamlRtfConverter.cs
 - ButtonFlatAdapter.cs
 - RelatedView.cs
 - GenericEnumerator.cs
 - infer.cs
 - QilParameter.cs
 - LinkedResource.cs
 - XmlAttributeCollection.cs
 - KnownTypesHelper.cs
 - EdmProperty.cs
 - SourceElementsCollection.cs
 - TaskResultSetter.cs
 - RadioButtonAutomationPeer.cs
 - Int32Converter.cs
 - BrowserCapabilitiesFactoryBase.cs
 - XPathExpr.cs
 - CatalogPartChrome.cs
 - OdbcFactory.cs
 - ToolStripPanelRow.cs
 - IProvider.cs
 - SafeWaitHandle.cs
 - securestring.cs
 - _IPv4Address.cs
 - ResourceContainer.cs
 - StylusDownEventArgs.cs
 - LineSegment.cs
 - EncryptedPackageFilter.cs
 - SqlTrackingQuery.cs
 - SmtpDigestAuthenticationModule.cs
 - System.Data.OracleClient_BID.cs
 - ContextProperty.cs
 - AbstractSvcMapFileLoader.cs
 - LoadedOrUnloadedOperation.cs
 - ListItemConverter.cs
 - Point.cs
 - AlternationConverter.cs
 - ResourceExpressionBuilder.cs
 - DataGridItem.cs
 - Logging.cs
 - XmlEntity.cs
 - StringValidatorAttribute.cs
 - CoreSwitches.cs
 - OrCondition.cs
 - PrimaryKeyTypeConverter.cs
 - XsltContext.cs
 - EntityDataSourceContextCreatingEventArgs.cs
 - TypeTypeConverter.cs
 - RegexWriter.cs
 - StylusPointPropertyUnit.cs
 - EntityDataSourceSelectedEventArgs.cs
 - PolyLineSegment.cs
 - CollectionViewGroupRoot.cs
 - CharConverter.cs
 - DatatypeImplementation.cs
 - HttpClientCertificate.cs
 - StoreAnnotationsMap.cs
 - SessionStateContainer.cs