Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Mapping / Mapping.cs / 1305376 / Mapping.cs
//----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// @owner [....]
// @backupOwner [....]
//---------------------------------------------------------------------
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
- SystemIPGlobalStatistics.cs
- precedingquery.cs
- FutureFactory.cs
- MatrixTransform.cs
- EditorZone.cs
- XPathSelectionIterator.cs
- Invariant.cs
- SubpageParaClient.cs
- ConfigsHelper.cs
- DocumentPageHost.cs
- SafeIUnknown.cs
- AuthenticationSection.cs
- sqlnorm.cs
- HttpCookiesSection.cs
- BaseTreeIterator.cs
- ControlCachePolicy.cs
- AsymmetricSignatureDeformatter.cs
- EncodingTable.cs
- StateBag.cs
- DeflateStreamAsyncResult.cs
- ContractMapping.cs
- AspNetSynchronizationContext.cs
- ThemeDirectoryCompiler.cs
- BypassElementCollection.cs
- ReadOnlyNameValueCollection.cs
- SecurityTokenException.cs
- MessageBox.cs
- StringResourceManager.cs
- SoapEnumAttribute.cs
- dataprotectionpermission.cs
- LayoutTableCell.cs
- ExceptionUtil.cs
- BridgeDataReader.cs
- Constants.cs
- ToolBarPanel.cs
- DesignerActionKeyboardBehavior.cs
- PrintDialog.cs
- BatchServiceHost.cs
- FontWeight.cs
- DependencyPropertyHelper.cs
- COM2IDispatchConverter.cs
- SpecialNameAttribute.cs
- SelectionItemProviderWrapper.cs
- DiffuseMaterial.cs
- SpecialFolderEnumConverter.cs
- AccessibleObject.cs
- UnsafeNativeMethods.cs
- XmlQueryContext.cs
- DBAsyncResult.cs
- SemanticResolver.cs
- ShapingEngine.cs
- HttpApplicationStateWrapper.cs
- PointKeyFrameCollection.cs
- FontFamilyValueSerializer.cs
- ScriptBehaviorDescriptor.cs
- DataGridViewCellStyleBuilderDialog.cs
- Size.cs
- LineSegment.cs
- PersonalizationStateInfoCollection.cs
- TypeViewSchema.cs
- XmlSerializationGeneratedCode.cs
- WebPart.cs
- EntityCollection.cs
- BaseTemplateParser.cs
- GatewayIPAddressInformationCollection.cs
- WebBrowserHelper.cs
- BuildProviderCollection.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- EFAssociationProvider.cs
- PartialCachingAttribute.cs
- TextRangeProviderWrapper.cs
- DomainLiteralReader.cs
- ComponentResourceManager.cs
- PkcsUtils.cs
- Membership.cs
- AccessDataSourceView.cs
- XsdDateTime.cs
- _ListenerAsyncResult.cs
- SessionPageStateSection.cs
- DoubleLinkList.cs
- CodeComment.cs
- OutputCacheProviderCollection.cs
- TextFormatterContext.cs
- WindowsToolbarAsMenu.cs
- XmlLanguage.cs
- ActiveXMessageFormatter.cs
- HyperLinkStyle.cs
- FontStyle.cs
- DecimalKeyFrameCollection.cs
- AtomServiceDocumentSerializer.cs
- XmlDataSourceNodeDescriptor.cs
- WebEventTraceProvider.cs
- PageBuildProvider.cs
- RankException.cs
- XmlQualifiedName.cs
- SEHException.cs
- WindowShowOrOpenTracker.cs
- StrokeIntersection.cs
- SimpleLine.cs
- WinFormsComponentEditor.cs