Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataEntity / System / Data / Mapping / ObjectComplexPropertyMapping.cs / 2 / ObjectComplexPropertyMapping.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; using System.Xml; using System.Data.Metadata.Edm; namespace System.Data.Mapping { ////// Mapping metadata for complex member maps. /// internal class ObjectComplexPropertyMapping : ObjectPropertyMapping { #region Constructors ////// Constrcut a new member mapping metadata object /// /// /// /// internal ObjectComplexPropertyMapping(EdmProperty edmProperty, EdmProperty clrProperty, ObjectTypeMapping complexTypeMapping) : base(edmProperty, clrProperty) { m_objectTypeMapping = complexTypeMapping; } #endregion #region Fields private readonly ObjectTypeMapping m_objectTypeMapping; #endregion #region Properties ////// return the member mapping kind /// internal override MemberMappingKind MemberMappingKind { get { return MemberMappingKind.ComplexPropertyMapping; } } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; using System.Xml; using System.Data.Metadata.Edm; namespace System.Data.Mapping { ////// Mapping metadata for complex member maps. /// internal class ObjectComplexPropertyMapping : ObjectPropertyMapping { #region Constructors ////// Constrcut a new member mapping metadata object /// /// /// /// internal ObjectComplexPropertyMapping(EdmProperty edmProperty, EdmProperty clrProperty, ObjectTypeMapping complexTypeMapping) : base(edmProperty, clrProperty) { m_objectTypeMapping = complexTypeMapping; } #endregion #region Fields private readonly ObjectTypeMapping m_objectTypeMapping; #endregion #region Properties ////// return the member mapping kind /// internal override MemberMappingKind MemberMappingKind { get { return MemberMappingKind.ComplexPropertyMapping; } } #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
- IssuedTokenClientBehaviorsElementCollection.cs
- StateInitialization.cs
- SelectedGridItemChangedEvent.cs
- Function.cs
- Grant.cs
- WindowsAltTab.cs
- GenericXmlSecurityTokenAuthenticator.cs
- recordstatescratchpad.cs
- PeerName.cs
- XmlAttributes.cs
- AssemblyHash.cs
- OdbcRowUpdatingEvent.cs
- ListMarkerLine.cs
- KnownColorTable.cs
- invalidudtexception.cs
- SmtpDateTime.cs
- StrokeNodeOperations.cs
- CompositeDataBoundControl.cs
- RightsManagementProvider.cs
- HGlobalSafeHandle.cs
- XmlSchemaObject.cs
- MouseEvent.cs
- ResourceExpressionEditorSheet.cs
- DrawingState.cs
- KeysConverter.cs
- WebPartEditorCancelVerb.cs
- HitTestDrawingContextWalker.cs
- SpellerError.cs
- COM2Properties.cs
- DBDataPermission.cs
- TargetInvocationException.cs
- SqlInternalConnectionTds.cs
- XmlProcessingInstruction.cs
- BindToObject.cs
- RelOps.cs
- HideDisabledControlAdapter.cs
- MarkupWriter.cs
- DataObject.cs
- BooleanAnimationBase.cs
- PointAnimationBase.cs
- BlurEffect.cs
- UnauthorizedAccessException.cs
- TypeUsage.cs
- Triplet.cs
- ArgumentOutOfRangeException.cs
- HeaderCollection.cs
- TypeBrowserDialog.cs
- DeclarativeCatalogPart.cs
- GroupItem.cs
- ActiveXHost.cs
- HtmlControlAdapter.cs
- StreamGeometry.cs
- X509Certificate2Collection.cs
- RayMeshGeometry3DHitTestResult.cs
- ProviderConnectionPointCollection.cs
- DesignerActionUI.cs
- EntityContainer.cs
- SerialStream.cs
- WebPartAddingEventArgs.cs
- Size.cs
- ImageDrawing.cs
- CharacterString.cs
- UnaryOperationBinder.cs
- JapaneseLunisolarCalendar.cs
- SoapExtensionStream.cs
- ObjectItemAttributeAssemblyLoader.cs
- MetadataCollection.cs
- AnnotationAdorner.cs
- ToolStripDropDown.cs
- log.cs
- BaseParaClient.cs
- DataBindingCollection.cs
- XmlDataProvider.cs
- XmlUtil.cs
- StrongNameKeyPair.cs
- AnnouncementDispatcherAsyncResult.cs
- _NestedMultipleAsyncResult.cs
- WindowsGraphics2.cs
- OrderedHashRepartitionStream.cs
- ClientFormsIdentity.cs
- PrintEvent.cs
- FullTextBreakpoint.cs
- ExtractorMetadata.cs
- NativeMethods.cs
- listviewsubitemcollectioneditor.cs
- MessageRpc.cs
- TableParagraph.cs
- SourceFilter.cs
- GeneralTransform2DTo3D.cs
- EntityCommand.cs
- TrackingConditionCollection.cs
- RoleExceptions.cs
- SqlWriter.cs
- ThicknessConverter.cs
- SEHException.cs
- SourceChangedEventArgs.cs
- DriveNotFoundException.cs
- SafeNativeMethods.cs
- WebSysDefaultValueAttribute.cs
- _CacheStreams.cs