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
- DockPanel.cs
- KoreanCalendar.cs
- TextContainerChangeEventArgs.cs
- control.ime.cs
- NonParentingControl.cs
- WebException.cs
- EntityTypeEmitter.cs
- ListViewGroup.cs
- FolderNameEditor.cs
- Assign.cs
- RequestUriProcessor.cs
- DocumentViewerAutomationPeer.cs
- MulticastDelegate.cs
- ImageFormat.cs
- PeerApplicationLaunchInfo.cs
- Directory.cs
- AppearanceEditorPart.cs
- MethodImplAttribute.cs
- _AuthenticationState.cs
- XappLauncher.cs
- SQLCharsStorage.cs
- PopOutPanel.cs
- CacheSection.cs
- _FtpControlStream.cs
- CultureSpecificStringDictionary.cs
- IFlowDocumentViewer.cs
- XmlSchemaSequence.cs
- NavigatorInput.cs
- SelectionChangedEventArgs.cs
- ToolStripSplitStackLayout.cs
- GridViewDesigner.cs
- ModelUIElement3D.cs
- DuplicateWaitObjectException.cs
- TypeForwardedFromAttribute.cs
- StreamWithDictionary.cs
- ProtocolsConfigurationHandler.cs
- SecurityTokenProvider.cs
- PropertyValueChangedEvent.cs
- HashJoinQueryOperatorEnumerator.cs
- EditingCommands.cs
- SimpleHandlerFactory.cs
- DataGridViewRowEventArgs.cs
- Mapping.cs
- ListViewItem.cs
- CheckBoxField.cs
- CollectionsUtil.cs
- ObjectDataSourceEventArgs.cs
- ComponentCodeDomSerializer.cs
- XmlChoiceIdentifierAttribute.cs
- SymLanguageType.cs
- PersistenceParticipant.cs
- AudioBase.cs
- ObjectListTitleAttribute.cs
- TextMetrics.cs
- SecurityContextSecurityTokenAuthenticator.cs
- PublisherMembershipCondition.cs
- RelationshipEnd.cs
- HtmlTextArea.cs
- Triangle.cs
- RTLAwareMessageBox.cs
- ReadOnlyDataSourceView.cs
- ClipboardProcessor.cs
- Error.cs
- PersistNameAttribute.cs
- PingReply.cs
- InternalConfigEventArgs.cs
- DataGridViewCellFormattingEventArgs.cs
- Region.cs
- XamlWriter.cs
- BrowserTree.cs
- ApplicationActivator.cs
- MenuEventArgs.cs
- XamlWriter.cs
- BitmapEffectRenderDataResource.cs
- BindingListCollectionView.cs
- TransformDescriptor.cs
- CacheRequest.cs
- GridViewSelectEventArgs.cs
- AsymmetricKeyExchangeFormatter.cs
- Rijndael.cs
- WebResourceUtil.cs
- SafeSecurityHandles.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- EventSetter.cs
- InlineUIContainer.cs
- RectangleGeometry.cs
- CodeNamespaceImport.cs
- newitemfactory.cs
- WSHttpBinding.cs
- UserCancellationException.cs
- PointAnimationClockResource.cs
- KeyboardInputProviderAcquireFocusEventArgs.cs
- SEHException.cs
- RedirectionProxy.cs
- PageParserFilter.cs
- SemanticResultValue.cs
- BindingCollection.cs
- SettingsSection.cs
- MatrixAnimationUsingPath.cs
- ShutDownListener.cs