Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Mapping / ObjectComplexPropertyMapping.cs / 1305376 / ObjectComplexPropertyMapping.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- 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
- MsmqInputMessage.cs
- DrawItemEvent.cs
- ToolboxItemWrapper.cs
- Pointer.cs
- TextMetrics.cs
- HwndSource.cs
- DeviceSpecific.cs
- WsdlImporter.cs
- GetPageCompletedEventArgs.cs
- ServiceManager.cs
- CounterSample.cs
- EntityViewGenerationAttribute.cs
- InternalBase.cs
- XmlReflectionMember.cs
- filewebresponse.cs
- PathTooLongException.cs
- CharEntityEncoderFallback.cs
- MissingSatelliteAssemblyException.cs
- XslCompiledTransform.cs
- XmlSchemaObject.cs
- DataGridParentRows.cs
- TimeSpanMinutesConverter.cs
- AppDomainShutdownMonitor.cs
- DataGridRowHeader.cs
- VisualCollection.cs
- CatalogZone.cs
- TrackingWorkflowEventArgs.cs
- GetPageCompletedEventArgs.cs
- WindowsFont.cs
- RawStylusInputReport.cs
- FontStretchConverter.cs
- TextBounds.cs
- MessageQuerySet.cs
- ValueProviderWrapper.cs
- _SecureChannel.cs
- CacheSection.cs
- InputScopeNameConverter.cs
- Win32Native.cs
- TextBoxRenderer.cs
- cache.cs
- CachedFontFace.cs
- LayoutTable.cs
- EntityModelSchemaGenerator.cs
- ContourSegment.cs
- FormsAuthenticationConfiguration.cs
- WorkflowWebService.cs
- ReadWriteSpinLock.cs
- HtmlHistory.cs
- LineInfo.cs
- Line.cs
- WindowAutomationPeer.cs
- WebPartTransformer.cs
- WeakHashtable.cs
- WaitHandleCannotBeOpenedException.cs
- SimpleMailWebEventProvider.cs
- IdentityHolder.cs
- IdentityNotMappedException.cs
- MissingManifestResourceException.cs
- ACL.cs
- StylusButtonCollection.cs
- PropertyToken.cs
- ObjectDataSourceEventArgs.cs
- TableLayoutRowStyleCollection.cs
- ItemsPanelTemplate.cs
- CacheChildrenQuery.cs
- DateTimeParse.cs
- BindingCollection.cs
- StylusSystemGestureEventArgs.cs
- WebPartEditorCancelVerb.cs
- GiveFeedbackEvent.cs
- UnauthorizedAccessException.cs
- BinaryOperationBinder.cs
- Propagator.Evaluator.cs
- WebSysDefaultValueAttribute.cs
- FirstQueryOperator.cs
- ListDictionary.cs
- ConstraintStruct.cs
- HandoffBehavior.cs
- WebChannelFactory.cs
- UnsafeNativeMethodsCLR.cs
- DataGridViewCellMouseEventArgs.cs
- MonthCalendar.cs
- COSERVERINFO.cs
- BufferedWebEventProvider.cs
- ReferenceEqualityComparer.cs
- ISAPIRuntime.cs
- ActiveXMessageFormatter.cs
- SqlIdentifier.cs
- RSAPKCS1SignatureFormatter.cs
- XmlILTrace.cs
- httpapplicationstate.cs
- CmsUtils.cs
- TargetControlTypeCache.cs
- ChannelManager.cs
- HashCodeCombiner.cs
- ThreadExceptionEvent.cs
- SQLBytes.cs
- BinHexDecoder.cs
- SqlTypeConverter.cs
- GridItemPatternIdentifiers.cs