Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------------- //// 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
- basenumberconverter.cs
- Int32RectValueSerializer.cs
- RelationshipConverter.cs
- InstalledVoice.cs
- PresentationSource.cs
- InstanceOwnerQueryResult.cs
- DesignerOptions.cs
- SparseMemoryStream.cs
- XpsSerializationManager.cs
- Point4DConverter.cs
- SchemaName.cs
- NextPreviousPagerField.cs
- SQLString.cs
- ImageCreator.cs
- WebPartCatalogCloseVerb.cs
- CodeMemberField.cs
- AdapterDictionary.cs
- FtpWebRequest.cs
- SessionParameter.cs
- JsonReaderWriterFactory.cs
- LedgerEntryCollection.cs
- BrowserDefinition.cs
- SqlClientWrapperSmiStreamChars.cs
- TypeUnloadedException.cs
- ButtonFieldBase.cs
- ParseHttpDate.cs
- QueryCacheManager.cs
- InputProcessorProfilesLoader.cs
- Propagator.Evaluator.cs
- TextAdaptor.cs
- CodeMethodMap.cs
- CodeLabeledStatement.cs
- SQLUtility.cs
- TextFormatterContext.cs
- configsystem.cs
- DataShape.cs
- arabicshape.cs
- CriticalHandle.cs
- PerformanceCounterManager.cs
- DependencyObjectPropertyDescriptor.cs
- FunctionParameter.cs
- PaperSize.cs
- WorkflowDefinitionContext.cs
- WindowsSlider.cs
- ProbeMatchesCD1.cs
- AssertFilter.cs
- EntityDataSourceContextCreatedEventArgs.cs
- ClientApiGenerator.cs
- HttpRequestWrapper.cs
- ConfigurationPropertyAttribute.cs
- FixedTextPointer.cs
- CustomValidator.cs
- MutexSecurity.cs
- NotifyInputEventArgs.cs
- CodeChecksumPragma.cs
- TransactionScope.cs
- WinEventHandler.cs
- ResourceDescriptionAttribute.cs
- Themes.cs
- DataContractSerializerOperationBehavior.cs
- CompilerErrorCollection.cs
- IconConverter.cs
- CheckBox.cs
- MaskInputRejectedEventArgs.cs
- HotCommands.cs
- Wizard.cs
- EraserBehavior.cs
- SafeNativeMethods.cs
- SafeHandles.cs
- GridView.cs
- CommandTreeTypeHelper.cs
- SiteMapPath.cs
- RepeaterItemCollection.cs
- CroppedBitmap.cs
- Int32RectValueSerializer.cs
- EqualityComparer.cs
- ServerValidateEventArgs.cs
- ExpandSegment.cs
- TextTreeTextElementNode.cs
- QilTypeChecker.cs
- MemberAccessException.cs
- NotificationContext.cs
- LessThanOrEqual.cs
- ThicknessConverter.cs
- Accessors.cs
- AdapterUtil.cs
- NumericUpDown.cs
- XXXOnTypeBuilderInstantiation.cs
- DataTableNameHandler.cs
- DbConnectionHelper.cs
- AttributeEmitter.cs
- ReceiveActivity.cs
- Mapping.cs
- Bitmap.cs
- GraphicsContainer.cs
- CodeDOMUtility.cs
- TableChangeProcessor.cs
- MetricEntry.cs
- SwitchElementsCollection.cs
- TextServicesPropertyRanges.cs