Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataEntity / System / Data / Mapping / Mapping.cs / 2 / Mapping.cs
//----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// @owner [....], [....]
//---------------------------------------------------------------------
using System.Data.Metadata.Edm;
using System.Globalization;
namespace System.Data.Mapping
{
///
/// Represents the base item class for all the mapping metadata
///
internal abstract class Map : GlobalItem
{
protected Map()
: base(MetadataFlags.Readonly)
{
}
#region Properties
///
/// Returns the Item that is being mapped either for ES or OE spaces.
/// The EDM type will be an EntityContainer type in ES mapping case.
/// In the OE mapping case it could be any type.
///
internal abstract MetadataItem EdmItem { get; }
#endregion
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// @owner [....], [....]
//---------------------------------------------------------------------
using System.Data.Metadata.Edm;
using System.Globalization;
namespace System.Data.Mapping
{
///
/// Represents the base item class for all the mapping metadata
///
internal abstract class Map : GlobalItem
{
protected Map()
: base(MetadataFlags.Readonly)
{
}
#region Properties
///
/// Returns the Item that is being mapped either for ES or OE spaces.
/// The EDM type will be an EntityContainer type in ES mapping case.
/// In the OE mapping case it could be any type.
///
internal abstract MetadataItem EdmItem { get; }
#endregion
}
}
// 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
- BezierSegment.cs
- PropertyChangedEventManager.cs
- DynamicResourceExtensionConverter.cs
- SqlCacheDependencyDatabaseCollection.cs
- BitmapEffectRenderDataResource.cs
- PassportPrincipal.cs
- HttpStaticObjectsCollectionBase.cs
- MultiplexingFormatMapping.cs
- ApplicationServicesHostFactory.cs
- QueryRewriter.cs
- DropShadowEffect.cs
- HttpRuntimeSection.cs
- QueueAccessMode.cs
- Command.cs
- LicenseContext.cs
- HostUtils.cs
- DragStartedEventArgs.cs
- StackBuilderSink.cs
- GradientSpreadMethodValidation.cs
- TlsnegoTokenProvider.cs
- ToolStripControlHost.cs
- XmlSerializerVersionAttribute.cs
- InputScopeManager.cs
- MimeBasePart.cs
- CompiledQueryCacheEntry.cs
- SqlDependencyUtils.cs
- RequestSecurityToken.cs
- MulticastDelegate.cs
- Int32EqualityComparer.cs
- SingleAnimation.cs
- IntSecurity.cs
- TriggerCollection.cs
- ViewStateModeByIdAttribute.cs
- FolderLevelBuildProviderCollection.cs
- ExplicitDiscriminatorMap.cs
- Guid.cs
- CursorConverter.cs
- TransactionContext.cs
- ServiceHandle.cs
- TagMapCollection.cs
- SafeArrayTypeMismatchException.cs
- XmlLinkedNode.cs
- CardSpacePolicyElement.cs
- Span.cs
- StringToken.cs
- XmlText.cs
- PagesSection.cs
- LocationFactory.cs
- SqlDataSourceConfigureSelectPanel.cs
- FixedDocument.cs
- _NetRes.cs
- BitmapEffectGeneralTransform.cs
- RoutedEventConverter.cs
- XhtmlCssHandler.cs
- PageParser.cs
- ModelTreeManager.cs
- EdmComplexPropertyAttribute.cs
- CodeValidator.cs
- NullReferenceException.cs
- Symbol.cs
- HttpApplicationStateBase.cs
- DbReferenceCollection.cs
- ComplexTypeEmitter.cs
- SourceFileBuildProvider.cs
- FtpWebResponse.cs
- XmlSchemaException.cs
- DataBoundControl.cs
- ParentControlDesigner.cs
- xml.cs
- EntryPointNotFoundException.cs
- ForwardPositionQuery.cs
- UniqueIdentifierService.cs
- ShaderEffect.cs
- AdCreatedEventArgs.cs
- DataGridViewComponentPropertyGridSite.cs
- Int32CAMarshaler.cs
- WebBrowserNavigatingEventHandler.cs
- ListBoxAutomationPeer.cs
- GraphicsContext.cs
- SqlDataSourceQueryEditor.cs
- StylusPointPropertyId.cs
- DataGridViewRowPrePaintEventArgs.cs
- DomainConstraint.cs
- TextModifier.cs
- Rules.cs
- NetworkAddressChange.cs
- TableAutomationPeer.cs
- ConnectionStringSettingsCollection.cs
- CircleHotSpot.cs
- OrthographicCamera.cs
- EntitySet.cs
- PrivilegedConfigurationManager.cs
- XmlNodeChangedEventArgs.cs
- ZoneMembershipCondition.cs
- InternalBufferOverflowException.cs
- CreateUserWizardStep.cs
- VariableElement.cs
- NetPeerTcpBindingElement.cs
- GeometryConverter.cs
- CircleHotSpot.cs