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
- AsyncResult.cs
- SelectedDatesCollection.cs
- Reference.cs
- ClrProviderManifest.cs
- ExpressionsCollectionEditor.cs
- WriteableBitmap.cs
- TextCompositionEventArgs.cs
- DataGridCellInfo.cs
- controlskin.cs
- SQLInt32.cs
- RenderOptions.cs
- ProcessProtocolHandler.cs
- LinkButton.cs
- _LocalDataStore.cs
- WindowsAuthenticationModule.cs
- _AutoWebProxyScriptEngine.cs
- AlternateView.cs
- DriveNotFoundException.cs
- ValidationRule.cs
- HtmlTernaryTree.cs
- ZipIORawDataFileBlock.cs
- COM2PropertyPageUITypeConverter.cs
- SQLInt16Storage.cs
- CodeDirectiveCollection.cs
- TiffBitmapDecoder.cs
- XpsSerializerWriter.cs
- _LocalDataStoreMgr.cs
- ComboBoxItem.cs
- CurrentTimeZone.cs
- FlowDocumentReaderAutomationPeer.cs
- XmlWellformedWriter.cs
- HttpCacheVary.cs
- DataColumn.cs
- ConfigurationValidatorAttribute.cs
- ConstructorNeedsTagAttribute.cs
- Image.cs
- Completion.cs
- OdbcUtils.cs
- FamilyMap.cs
- Dispatcher.cs
- TextTreeInsertUndoUnit.cs
- UrlMappingsSection.cs
- PersonalizableAttribute.cs
- EnumerableRowCollectionExtensions.cs
- ACE.cs
- UpdateCommandGenerator.cs
- SystemIPv6InterfaceProperties.cs
- smtpconnection.cs
- BrowserCapabilitiesCompiler.cs
- ComplexTypeEmitter.cs
- UncommonField.cs
- Binding.cs
- RewritingPass.cs
- SqlErrorCollection.cs
- Operand.cs
- TypeSemantics.cs
- ProxyHwnd.cs
- WizardStepBase.cs
- WindowsToolbarAsMenu.cs
- ListMarkerSourceInfo.cs
- SafeLibraryHandle.cs
- ContentType.cs
- ComponentDispatcher.cs
- NullableFloatAverageAggregationOperator.cs
- HttpDebugHandler.cs
- WindowsFormsHostPropertyMap.cs
- BrowserDefinitionCollection.cs
- Privilege.cs
- BrowserTree.cs
- AppDomainManager.cs
- RangeEnumerable.cs
- SslStreamSecurityBindingElement.cs
- BamlResourceContent.cs
- AsyncOperation.cs
- TCEAdapterGenerator.cs
- SolidColorBrush.cs
- _ListenerAsyncResult.cs
- XmlSchemaSimpleContentRestriction.cs
- JsonSerializer.cs
- SrgsItemList.cs
- InternalConfigEventArgs.cs
- TabRenderer.cs
- GenerateScriptTypeAttribute.cs
- HtmlTableCell.cs
- WebPartUtil.cs
- PeerCollaboration.cs
- IImplicitResourceProvider.cs
- ConnectionProviderAttribute.cs
- ListViewItem.cs
- Encoder.cs
- StartUpEventArgs.cs
- ToolboxCategory.cs
- SurrogateSelector.cs
- IMembershipProvider.cs
- DataTableReaderListener.cs
- ModuleBuilderData.cs
- SqlConnection.cs
- SectionXmlInfo.cs
- SettingsBindableAttribute.cs
- CurrencyWrapper.cs