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
- MsmqPoisonMessageException.cs
- LogicalExpressionEditor.cs
- TypeAccessException.cs
- XmlProcessingInstruction.cs
- PublishLicense.cs
- CookieParameter.cs
- SendKeys.cs
- BridgeDataRecord.cs
- securestring.cs
- RtfFormatStack.cs
- ProbeDuplexAsyncResult.cs
- NonSerializedAttribute.cs
- TextServicesDisplayAttributePropertyRanges.cs
- XmlSchemaCompilationSettings.cs
- CodeTypeParameter.cs
- SHA512CryptoServiceProvider.cs
- ResourcePermissionBase.cs
- BrowsableAttribute.cs
- ReaderContextStackData.cs
- ColorTypeConverter.cs
- PcmConverter.cs
- EntityCommandDefinition.cs
- PackageStore.cs
- SiteMapNodeCollection.cs
- TreeNodeCollection.cs
- ProviderBase.cs
- AttachInfo.cs
- DecimalAnimationBase.cs
- InstanceValue.cs
- XPathQilFactory.cs
- StringFormat.cs
- SessionPageStateSection.cs
- CFGGrammar.cs
- Stylesheet.cs
- TagMapCollection.cs
- querybuilder.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- StorageEntityContainerMapping.cs
- ServiceOperation.cs
- AssemblyBuilder.cs
- StylusPlugin.cs
- BitmapCodecInfoInternal.cs
- LogicalExpressionTypeConverter.cs
- IConvertible.cs
- Point3D.cs
- WebPartAddingEventArgs.cs
- DbMetaDataColumnNames.cs
- MeasureItemEvent.cs
- ItemsControlAutomationPeer.cs
- IssuedTokenServiceElement.cs
- CodeConstructor.cs
- CodeMemberProperty.cs
- HwndSubclass.cs
- Repeater.cs
- BaseTemplateCodeDomTreeGenerator.cs
- PublisherIdentityPermission.cs
- MapPathBasedVirtualPathProvider.cs
- ConfigurationCollectionAttribute.cs
- coordinatorfactory.cs
- DataTemplateSelector.cs
- RC2.cs
- SingleAnimationUsingKeyFrames.cs
- RepeaterDesigner.cs
- ConnectionManagementElement.cs
- XmlILConstructAnalyzer.cs
- StringSource.cs
- MarkupObject.cs
- CreateRefExpr.cs
- Operators.cs
- FragmentQuery.cs
- LineBreakRecord.cs
- RadioButtonPopupAdapter.cs
- ProxySimple.cs
- Message.cs
- ControlEvent.cs
- CellPartitioner.cs
- DataRowChangeEvent.cs
- LogSwitch.cs
- Query.cs
- SchemaDeclBase.cs
- PolygonHotSpot.cs
- TagPrefixCollection.cs
- AuthorizationSection.cs
- WindowsIPAddress.cs
- AQNBuilder.cs
- ProxyWebPartConnectionCollection.cs
- URI.cs
- MILUtilities.cs
- EntityProviderServices.cs
- WebSysDisplayNameAttribute.cs
- NetWebProxyFinder.cs
- SqlDataSource.cs
- SafeTimerHandle.cs
- BaseTemplateCodeDomTreeGenerator.cs
- _SingleItemRequestCache.cs
- ProxyWebPartConnectionCollection.cs
- Evidence.cs
- MasterPageParser.cs
- CodeBlockBuilder.cs
- SimpleBitVector32.cs