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
- InfoCardX509Validator.cs
- FolderNameEditor.cs
- SqlUDTStorage.cs
- relpropertyhelper.cs
- SqlRemoveConstantOrderBy.cs
- ChtmlMobileTextWriter.cs
- ObjectStateFormatter.cs
- XmlStreamStore.cs
- SynchronizedDispatch.cs
- MorphHelper.cs
- HttpModuleAction.cs
- Bidi.cs
- CodeTypeReferenceExpression.cs
- CleanUpVirtualizedItemEventArgs.cs
- SHA384.cs
- RotateTransform3D.cs
- TextTreeObjectNode.cs
- Compensate.cs
- SQLCharsStorage.cs
- DecodeHelper.cs
- SingletonChannelAcceptor.cs
- GridViewEditEventArgs.cs
- DbParameterHelper.cs
- ToolTipAutomationPeer.cs
- CircleHotSpot.cs
- ObjectListSelectEventArgs.cs
- ListViewDeleteEventArgs.cs
- BitmapCodecInfoInternal.cs
- FlowDecision.cs
- GAC.cs
- RepeaterItemEventArgs.cs
- SqlDataSourceCommandParser.cs
- MailAddressCollection.cs
- WebPartZoneBase.cs
- BoundPropertyEntry.cs
- UInt32Converter.cs
- FontStyle.cs
- IntegerValidator.cs
- OutOfProcStateClientManager.cs
- ExpressionBindingCollection.cs
- FacetChecker.cs
- StringInfo.cs
- MouseBinding.cs
- MappingSource.cs
- Semaphore.cs
- OutgoingWebRequestContext.cs
- MergePropertyDescriptor.cs
- SmiEventSink_DeferedProcessing.cs
- RefType.cs
- CfgParser.cs
- _AutoWebProxyScriptWrapper.cs
- PersonalizationAdministration.cs
- DataMemberFieldEditor.cs
- FlagsAttribute.cs
- UIElementIsland.cs
- ScriptReference.cs
- CallSite.cs
- SqlEnums.cs
- BuildProviderCollection.cs
- ValueHandle.cs
- InputMethodStateChangeEventArgs.cs
- FixedDocumentPaginator.cs
- EmptyEnumerator.cs
- XmlSchemaAll.cs
- Int32CAMarshaler.cs
- IRCollection.cs
- PageBuildProvider.cs
- TemplateNameScope.cs
- RegularExpressionValidator.cs
- ApplicationProxyInternal.cs
- WebAdminConfigurationHelper.cs
- ItemCheckedEvent.cs
- HtmlShim.cs
- BuilderInfo.cs
- HostingEnvironmentSection.cs
- loginstatus.cs
- UpdateCompiler.cs
- VerticalAlignConverter.cs
- FileCodeGroup.cs
- HtmlTextArea.cs
- ExtensibleClassFactory.cs
- QueryOutputWriter.cs
- IssuedTokenServiceCredential.cs
- StorageTypeMapping.cs
- DesignTimeVisibleAttribute.cs
- WebPartDeleteVerb.cs
- UntypedNullExpression.cs
- SqlInternalConnectionTds.cs
- VirtualPathData.cs
- Size3D.cs
- SrgsElementFactoryCompiler.cs
- TripleDESCryptoServiceProvider.cs
- CqlGenerator.cs
- MdImport.cs
- ListParaClient.cs
- PKCS1MaskGenerationMethod.cs
- DbParameterCollectionHelper.cs
- Underline.cs
- HttpListenerResponse.cs
- DrawingServices.cs