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 / ObjectComplexPropertyMapping.cs / 1 / 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
- ApplicationProxyInternal.cs
- BindUriHelper.cs
- XmlEncApr2001.cs
- WebBrowserBase.cs
- BitStack.cs
- LabelLiteral.cs
- WaitingCursor.cs
- RepeaterCommandEventArgs.cs
- ClientData.cs
- PackWebResponse.cs
- PresentationTraceSources.cs
- CompareValidator.cs
- Point.cs
- ScriptReferenceEventArgs.cs
- InputLanguageCollection.cs
- ObjectViewEntityCollectionData.cs
- XmlnsDictionary.cs
- Size.cs
- StringAttributeCollection.cs
- DefaultValueTypeConverter.cs
- ErrorWebPart.cs
- BitVec.cs
- ElasticEase.cs
- CaseKeyBox.xaml.cs
- SoapIgnoreAttribute.cs
- TimelineGroup.cs
- ChannelProtectionRequirements.cs
- MultilineStringConverter.cs
- ObjectStorage.cs
- XamlClipboardData.cs
- ContentPosition.cs
- ActiveXHelper.cs
- Clock.cs
- CellCreator.cs
- UInt16.cs
- DependencyPropertyDescriptor.cs
- DataGridTableStyleMappingNameEditor.cs
- WebPartConnectionsCancelEventArgs.cs
- WebBrowserNavigatedEventHandler.cs
- FieldDescriptor.cs
- KnownAssemblyEntry.cs
- LeafCellTreeNode.cs
- CultureMapper.cs
- ImplicitInputBrush.cs
- EncryptedData.cs
- ToolBar.cs
- PrinterSettings.cs
- BitmapEffectInputData.cs
- TextModifier.cs
- PaginationProgressEventArgs.cs
- CharAnimationUsingKeyFrames.cs
- ButtonBase.cs
- InternalEnumValidatorAttribute.cs
- ExpressionLink.cs
- PagerSettings.cs
- SingleKeyFrameCollection.cs
- FilteredAttributeCollection.cs
- ISAPIRuntime.cs
- XmlDataSourceNodeDescriptor.cs
- FocusChangedEventArgs.cs
- CreateParams.cs
- DbConnectionPoolGroupProviderInfo.cs
- Timer.cs
- NetDataContractSerializer.cs
- StringUtil.cs
- DescendentsWalker.cs
- DependencyPropertyKey.cs
- ClaimTypeElementCollection.cs
- ScrollPattern.cs
- BidOverLoads.cs
- ToolStripItem.cs
- ObjectDataSourceMethodEventArgs.cs
- KeyMatchBuilder.cs
- XPathAncestorQuery.cs
- CustomErrorCollection.cs
- CompressedStack.cs
- KeyboardEventArgs.cs
- SkewTransform.cs
- CaseExpr.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- UrlRoutingModule.cs
- OletxEnlistment.cs
- SamlAuthorizationDecisionStatement.cs
- UserInitiatedNavigationPermission.cs
- HtmlMeta.cs
- XmlSchemaComplexContentRestriction.cs
- TemplateField.cs
- ScopedMessagePartSpecification.cs
- InputGestureCollection.cs
- SessionPageStateSection.cs
- TransferRequestHandler.cs
- OpacityConverter.cs
- Atom10ItemFormatter.cs
- UserControlCodeDomTreeGenerator.cs
- MimeObjectFactory.cs
- CapabilitiesSection.cs
- WindowsToolbar.cs
- Win32.cs
- FormattedText.cs
- ChannelDispatcher.cs