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
- LinqDataSourceDisposeEventArgs.cs
- _SslState.cs
- SQLBytesStorage.cs
- WindowsGraphics.cs
- RadioButtonFlatAdapter.cs
- LicenseContext.cs
- GeneratedView.cs
- TextEndOfParagraph.cs
- SqlRowUpdatedEvent.cs
- DateTime.cs
- ColumnWidthChangingEvent.cs
- AutoResizedEvent.cs
- DelegateHelpers.Generated.cs
- PenThreadPool.cs
- _IPv6Address.cs
- AsymmetricKeyExchangeFormatter.cs
- SettingsSection.cs
- QilTernary.cs
- CmsInterop.cs
- ObjectDataSourceView.cs
- TableHeaderCell.cs
- SqlDataSourceCommandEventArgs.cs
- DetailsViewUpdateEventArgs.cs
- DetailsViewRow.cs
- DataGridViewCellEventArgs.cs
- HashCryptoHandle.cs
- TextLineResult.cs
- Trace.cs
- Visual.cs
- NominalTypeEliminator.cs
- DataSourceXmlTextReader.cs
- EventLogRecord.cs
- DataGridHeaderBorder.cs
- LoginUtil.cs
- SchemaNamespaceManager.cs
- SystemTcpConnection.cs
- Decorator.cs
- AuthenticationSection.cs
- SoapObjectReader.cs
- ElementMarkupObject.cs
- PageThemeCodeDomTreeGenerator.cs
- CollectionConverter.cs
- MailMessageEventArgs.cs
- GrammarBuilderPhrase.cs
- CopyEncoder.cs
- XpsFilter.cs
- NamespaceInfo.cs
- EncoderFallback.cs
- WebServiceResponse.cs
- Fx.cs
- QilReference.cs
- TableCell.cs
- RootBrowserWindowProxy.cs
- MarshalByValueComponent.cs
- SafePEFileHandle.cs
- CodeAccessSecurityEngine.cs
- util.cs
- CodeAttributeDeclaration.cs
- XmlDataSource.cs
- UIElementAutomationPeer.cs
- NullableConverter.cs
- MLangCodePageEncoding.cs
- ProcessHostFactoryHelper.cs
- ListSortDescription.cs
- Propagator.Evaluator.cs
- RegexCaptureCollection.cs
- DbConnectionPoolIdentity.cs
- SqlServices.cs
- DataGridViewColumnEventArgs.cs
- SoapExtensionTypeElementCollection.cs
- LifetimeServices.cs
- EdmSchemaAttribute.cs
- ResourceDisplayNameAttribute.cs
- ITextView.cs
- MessageFormatterConverter.cs
- TransactionScope.cs
- _WebProxyDataBuilder.cs
- DbProviderSpecificTypePropertyAttribute.cs
- CutCopyPasteHelper.cs
- SqlSelectStatement.cs
- ConfigXmlAttribute.cs
- DoubleCollectionValueSerializer.cs
- Animatable.cs
- TiffBitmapDecoder.cs
- OleDbException.cs
- WsatServiceAddress.cs
- Renderer.cs
- EncoderParameter.cs
- SourceFilter.cs
- InternalException.cs
- BaseAddressPrefixFilterElementCollection.cs
- LogicalMethodInfo.cs
- CryptoProvider.cs
- ContainerControl.cs
- IPGlobalProperties.cs
- TableFieldsEditor.cs
- WizardPanelChangingEventArgs.cs
- TrailingSpaceComparer.cs
- AxisAngleRotation3D.cs
- CollectionsUtil.cs