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
- DNS.cs
- xdrvalidator.cs
- _WinHttpWebProxyDataBuilder.cs
- CapabilitiesRule.cs
- WindowsListBox.cs
- IPAddress.cs
- Query.cs
- EventLogEntry.cs
- PropertyTab.cs
- OracleEncoding.cs
- ProcessInfo.cs
- Geometry.cs
- DataTablePropertyDescriptor.cs
- StateMachineWorkflow.cs
- TreeViewEvent.cs
- Application.cs
- SqlIdentifier.cs
- AutomationAttributeInfo.cs
- HandleExceptionArgs.cs
- AmbientLight.cs
- SqlBulkCopyColumnMappingCollection.cs
- AvTraceFormat.cs
- AssociationSet.cs
- PathGeometry.cs
- NavigatingCancelEventArgs.cs
- TextEffectResolver.cs
- CriticalFinalizerObject.cs
- DelegatedStream.cs
- SqlNodeAnnotation.cs
- Journaling.cs
- CompoundFileStreamReference.cs
- ScriptingJsonSerializationSection.cs
- ColorIndependentAnimationStorage.cs
- BitmapFrameEncode.cs
- DataControlField.cs
- SQLRoleProvider.cs
- ChangePasswordAutoFormat.cs
- Image.cs
- ObjectHandle.cs
- Int32RectConverter.cs
- templategroup.cs
- CodeVariableReferenceExpression.cs
- ExecutionEngineException.cs
- ImageCodecInfo.cs
- StateDesigner.cs
- DllNotFoundException.cs
- Int32RectValueSerializer.cs
- GroupItem.cs
- ResourcesBuildProvider.cs
- ActiveXHost.cs
- DesignTimeParseData.cs
- NullableIntSumAggregationOperator.cs
- ResourceKey.cs
- InitializationEventAttribute.cs
- MouseEventArgs.cs
- AnchoredBlock.cs
- XmlArrayItemAttribute.cs
- CannotUnloadAppDomainException.cs
- TypeReference.cs
- MatchingStyle.cs
- Vector3DAnimationUsingKeyFrames.cs
- VisualBasic.cs
- BoundConstants.cs
- EntityDataSourceSelectingEventArgs.cs
- handlecollector.cs
- DeclaredTypeElement.cs
- ReturnValue.cs
- ParenExpr.cs
- Vector3DCollectionConverter.cs
- TraceHandler.cs
- MessageHeader.cs
- HttpDictionary.cs
- LinqDataSourceInsertEventArgs.cs
- ScaleTransform.cs
- MetadataException.cs
- ResourceReferenceExpression.cs
- NativeMethods.cs
- ProcessInfo.cs
- XmlTextReaderImplHelpers.cs
- CharStorage.cs
- DelegateSerializationHolder.cs
- DataColumnCollection.cs
- CfgSemanticTag.cs
- DirectoryObjectSecurity.cs
- FixedPosition.cs
- PenLineJoinValidation.cs
- SyncOperationState.cs
- SystemWebCachingSectionGroup.cs
- VersionPair.cs
- SizeChangedEventArgs.cs
- BaseTreeIterator.cs
- MatrixTransform.cs
- CorePropertiesFilter.cs
- XhtmlBasicObjectListAdapter.cs
- ObjectListTitleAttribute.cs
- StringConverter.cs
- VerificationAttribute.cs
- RoutedUICommand.cs
- WebConfigurationManager.cs
- XamlValidatingReader.cs