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
- MD5.cs
- XmlSchemaProviderAttribute.cs
- PerformanceCountersElement.cs
- UserNameSecurityToken.cs
- Literal.cs
- HandleValueEditor.cs
- RC2.cs
- DataGridViewSelectedCellCollection.cs
- PagesChangedEventArgs.cs
- PropertyValueChangedEvent.cs
- FileClassifier.cs
- Selection.cs
- Binding.cs
- EntityConnectionStringBuilder.cs
- COM2IDispatchConverter.cs
- TextDocumentView.cs
- InheritablePropertyChangeInfo.cs
- GridViewDeletedEventArgs.cs
- SerializationEventsCache.cs
- QuotedStringWriteStateInfo.cs
- CustomValidator.cs
- DataServiceBehavior.cs
- WindowsSolidBrush.cs
- ImageDrawing.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- SchemaCollectionPreprocessor.cs
- ScriptControlManager.cs
- ViewRendering.cs
- AlignmentYValidation.cs
- SecurityCriticalDataForSet.cs
- LogicalExpressionTypeConverter.cs
- ScriptManagerProxy.cs
- IPGlobalProperties.cs
- ActivationWorker.cs
- HttpCacheVary.cs
- IntPtr.cs
- DynamicDataResources.Designer.cs
- ResolveDuplexCD1AsyncResult.cs
- FrameworkElementAutomationPeer.cs
- HttpListenerPrefixCollection.cs
- DesignTableCollection.cs
- SyndicationLink.cs
- ReverseInheritProperty.cs
- WebBaseEventKeyComparer.cs
- SendReply.cs
- SettingsContext.cs
- SecureStringHasher.cs
- ResourceProperty.cs
- ReservationNotFoundException.cs
- DesigntimeLicenseContextSerializer.cs
- WebPartZoneBase.cs
- MergablePropertyAttribute.cs
- DbSource.cs
- CodeNamespaceImportCollection.cs
- CharUnicodeInfo.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- UserNameSecurityTokenAuthenticator.cs
- BooleanProjectedSlot.cs
- DataGridTable.cs
- Color.cs
- DebugHandleTracker.cs
- SoapSchemaMember.cs
- Utility.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- FrameworkContextData.cs
- XamlGridLengthSerializer.cs
- Menu.cs
- CollectionViewGroup.cs
- MsmqProcessProtocolHandler.cs
- ClientApiGenerator.cs
- PriorityChain.cs
- KeyValueSerializer.cs
- Int64AnimationUsingKeyFrames.cs
- DataBoundControlAdapter.cs
- TemplatedMailWebEventProvider.cs
- PageHandlerFactory.cs
- ProfessionalColors.cs
- BinaryOperationBinder.cs
- StaticSiteMapProvider.cs
- ListViewDeleteEventArgs.cs
- SyndicationContent.cs
- XmlValidatingReader.cs
- ColumnResizeAdorner.cs
- InvalidateEvent.cs
- HyperLinkStyle.cs
- DeploymentSectionCache.cs
- TimeStampChecker.cs
- AssemblyInfo.cs
- Exception.cs
- AccessText.cs
- WsrmMessageInfo.cs
- MethodRental.cs
- FunctionCommandText.cs
- DataPagerCommandEventArgs.cs
- BlockExpression.cs
- Padding.cs
- CodeLabeledStatement.cs
- MetadataUtil.cs
- DbReferenceCollection.cs
- PartialCachingControl.cs