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
- ClientProxyGenerator.cs
- NativeObjectSecurity.cs
- DCSafeHandle.cs
- CqlIdentifiers.cs
- PermissionListSet.cs
- PointCollectionValueSerializer.cs
- SocketAddress.cs
- DataGridViewCellParsingEventArgs.cs
- DelegateSerializationHolder.cs
- ScrollProperties.cs
- RegexWriter.cs
- ObjectSecurity.cs
- _ShellExpression.cs
- DesignerVerbToolStripMenuItem.cs
- XmlDataImplementation.cs
- ListControl.cs
- ExtentCqlBlock.cs
- InterleavedZipPartStream.cs
- DictionaryBase.cs
- UrlPath.cs
- FixedDocumentSequencePaginator.cs
- Thumb.cs
- DriveInfo.cs
- TreeNodeCollection.cs
- UrlSyndicationContent.cs
- Models.cs
- DateTimeSerializationSection.cs
- RectAnimation.cs
- PngBitmapEncoder.cs
- SolidBrush.cs
- BaseTemplateBuildProvider.cs
- DataObject.cs
- TextTreeDeleteContentUndoUnit.cs
- ViewStateChangedEventArgs.cs
- WinEventWrap.cs
- XmlWriterTraceListener.cs
- DataTableReaderListener.cs
- AnnotationMap.cs
- FlowLayoutPanel.cs
- ObjectAssociationEndMapping.cs
- TypeSource.cs
- ApplicationInfo.cs
- Header.cs
- WebServicesDescriptionAttribute.cs
- UniqueIdentifierService.cs
- RewritingPass.cs
- DataGridViewTextBoxColumn.cs
- FileInfo.cs
- SmtpFailedRecipientsException.cs
- TimeSpanValidatorAttribute.cs
- WorkflowEventArgs.cs
- Semaphore.cs
- HMACSHA384.cs
- KnownTypesProvider.cs
- PointConverter.cs
- SqlCommandSet.cs
- LinkLabelLinkClickedEvent.cs
- MethodBody.cs
- EntityParameterCollection.cs
- HttpListenerResponse.cs
- ResourceKey.cs
- rsa.cs
- CultureTableRecord.cs
- GeneralTransform3DCollection.cs
- ListViewTableRow.cs
- ListControl.cs
- XmlQueryStaticData.cs
- StreamUpdate.cs
- SqlRemoveConstantOrderBy.cs
- DataListCommandEventArgs.cs
- TreeViewBindingsEditor.cs
- DtdParser.cs
- BitmapDownload.cs
- ChangeConflicts.cs
- SplashScreenNativeMethods.cs
- LocalTransaction.cs
- UrlMappingsModule.cs
- SQLMembershipProvider.cs
- AuthenticationSection.cs
- SizeChangedEventArgs.cs
- SequenceFullException.cs
- JsonFormatGeneratorStatics.cs
- WindowInteractionStateTracker.cs
- ProcessModelInfo.cs
- CustomSignedXml.cs
- SmiGettersStream.cs
- EntityObject.cs
- ContentFilePart.cs
- SoapMessage.cs
- ItemCheckEvent.cs
- CheckoutException.cs
- XhtmlConformanceSection.cs
- QueryCacheManager.cs
- ForeignKeyConstraint.cs
- FullTextState.cs
- LocalizationParserHooks.cs
- GuidelineSet.cs
- GridView.cs
- BigInt.cs
- MatrixIndependentAnimationStorage.cs