Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataEntity / System / Data / Mapping / Mapping.cs / 1 / 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
- NavigationWindowAutomationPeer.cs
- DataErrorValidationRule.cs
- BindableAttribute.cs
- MetabaseSettingsIis7.cs
- DataSourceGroupCollection.cs
- AstTree.cs
- PropertyItem.cs
- InsufficientMemoryException.cs
- GeneralTransform3DTo2DTo3D.cs
- WebPartTransformerAttribute.cs
- RequestUriProcessor.cs
- PhysicalFontFamily.cs
- Update.cs
- DocumentPageHost.cs
- BitmapEffect.cs
- GridViewRowCollection.cs
- LiteralControl.cs
- WorkflowMarkupElementEventArgs.cs
- NamespaceDecl.cs
- DaylightTime.cs
- OperationInfoBase.cs
- Emitter.cs
- CacheEntry.cs
- FunctionParameter.cs
- MULTI_QI.cs
- DispatchChannelSink.cs
- QueryResults.cs
- DateTime.cs
- ArglessEventHandlerProxy.cs
- UnsafeMethods.cs
- UTF7Encoding.cs
- WinFormsUtils.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- Simplifier.cs
- BitmapEffectCollection.cs
- WindowsSolidBrush.cs
- FixedTextSelectionProcessor.cs
- FaultReason.cs
- PrePostDescendentsWalker.cs
- BuildProviderAppliesToAttribute.cs
- RetrieveVirtualItemEventArgs.cs
- RichTextBoxContextMenu.cs
- DocumentViewerAutomationPeer.cs
- XmlLanguage.cs
- LinqDataSource.cs
- KeyFrames.cs
- HttpProfileGroupBase.cs
- PeerTransportListenAddressConverter.cs
- ITextView.cs
- WebPartTransformerCollection.cs
- PartManifestEntry.cs
- TableAdapterManagerHelper.cs
- UshortList2.cs
- ConstructorNeedsTagAttribute.cs
- KeyEvent.cs
- XmlDataFileEditor.cs
- ApplyImportsAction.cs
- dtdvalidator.cs
- UIElementHelper.cs
- WebPartMenu.cs
- ParameterBinding.cs
- StorageInfo.cs
- CheckedListBox.cs
- DataGridViewMethods.cs
- ContextCorrelationInitializer.cs
- handlecollector.cs
- SettingsPropertyCollection.cs
- ReferenceConverter.cs
- SequenceNumber.cs
- DBSqlParser.cs
- DataViewManager.cs
- ConfigurationManagerHelper.cs
- AppDomainManager.cs
- PersonalizableAttribute.cs
- PropertyDescriptorGridEntry.cs
- BaseDataListPage.cs
- ResolveDuplexCD1AsyncResult.cs
- EmbeddedMailObjectsCollection.cs
- ToolStripItemTextRenderEventArgs.cs
- MonthChangedEventArgs.cs
- DataSourceHelper.cs
- SHA256Managed.cs
- SqlCacheDependencyDatabase.cs
- SecurityCriticalDataForSet.cs
- SimpleType.cs
- DispatcherFrame.cs
- TextBoxRenderer.cs
- AdapterUtil.cs
- LicenseProviderAttribute.cs
- IntPtr.cs
- EncoderExceptionFallback.cs
- ContractCodeDomInfo.cs
- HtmlWindow.cs
- FontFamilyIdentifier.cs
- ViewKeyConstraint.cs
- _TimerThread.cs
- SafeProcessHandle.cs
- RunWorkerCompletedEventArgs.cs
- ProfilePropertySettingsCollection.cs
- Cloud.cs