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
- HostProtectionException.cs
- StackOverflowException.cs
- METAHEADER.cs
- InternalCache.cs
- IisTraceWebEventProvider.cs
- RuleSetReference.cs
- DesignerDataSourceView.cs
- CLRBindingWorker.cs
- thaishape.cs
- XmlPreloadedResolver.cs
- MouseWheelEventArgs.cs
- MenuItemAutomationPeer.cs
- StructuredTypeEmitter.cs
- SettingsAttributes.cs
- WebPartConnectionsCloseVerb.cs
- HistoryEventArgs.cs
- Type.cs
- _SSPIWrapper.cs
- EventNotify.cs
- ModulesEntry.cs
- AutomationPatternInfo.cs
- OleDbParameter.cs
- HttpDictionary.cs
- EntitySqlException.cs
- ManagementObjectCollection.cs
- Lease.cs
- HttpCacheParams.cs
- BitmapImage.cs
- TraceHandler.cs
- LabelDesigner.cs
- securitycriticaldataClass.cs
- ConstraintStruct.cs
- CqlQuery.cs
- DataStreamFromComStream.cs
- documentsequencetextview.cs
- ObjectStateManagerMetadata.cs
- PageBuildProvider.cs
- ZipFileInfoCollection.cs
- DocumentApplication.cs
- ElementFactory.cs
- BindingEntityInfo.cs
- TreeNode.cs
- CompositeDataBoundControl.cs
- SoapBinding.cs
- BooleanProjectedSlot.cs
- PropertyTabChangedEvent.cs
- FunctionDescription.cs
- SuppressedPackageProperties.cs
- InfoCardTraceRecord.cs
- PolicyUnit.cs
- HttpValueCollection.cs
- PtsContext.cs
- MobileControl.cs
- TreeNodeCollection.cs
- IChannel.cs
- IteratorFilter.cs
- StagingAreaInputItem.cs
- LogStream.cs
- WinEventTracker.cs
- FixedTextPointer.cs
- ContentElementAutomationPeer.cs
- ExtentJoinTreeNode.cs
- GridViewCellAutomationPeer.cs
- RegexCompilationInfo.cs
- UpdateCommand.cs
- StdValidatorsAndConverters.cs
- ObjectParameter.cs
- OrderedHashRepartitionEnumerator.cs
- ActivityExecutor.cs
- HeaderedItemsControl.cs
- WindowsFormsHostAutomationPeer.cs
- XmlSchemaDocumentation.cs
- OrderedEnumerableRowCollection.cs
- Certificate.cs
- SevenBitStream.cs
- SimplePropertyEntry.cs
- WCFServiceClientProxyGenerator.cs
- Missing.cs
- SrgsElementList.cs
- ListControl.cs
- TreeNode.cs
- CapabilitiesPattern.cs
- Int64AnimationBase.cs
- DocumentXPathNavigator.cs
- DataContractJsonSerializer.cs
- ConnectionOrientedTransportChannelFactory.cs
- GridViewRowEventArgs.cs
- GroupByExpressionRewriter.cs
- OdbcError.cs
- CellConstant.cs
- QilFunction.cs
- MessageSmuggler.cs
- XmlSubtreeReader.cs
- UIElement.cs
- Formatter.cs
- SamlAssertion.cs
- ReversePositionQuery.cs
- DefaultValidator.cs
- FlowDocumentView.cs
- ContainerAction.cs