ComplexPropertyMapping Class

 

Mapping metadata for Complex properties.

Namespace:   System.Data.Entity.Core.Mapping
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Core.Mapping.MappingItem
    System.Data.Entity.Core.Mapping.PropertyMapping
      System.Data.Entity.Core.Mapping.ComplexPropertyMapping

public class ComplexPropertyMapping : PropertyMapping

NameDescription
System_CAPS_pubmethodComplexPropertyMapping(EdmProperty)

Construct a new Complex Property mapping object

NameDescription
System_CAPS_pubpropertyProperty

Gets an EdmProperty that specifies the mapped property.(Inherited from PropertyMapping.)

System_CAPS_pubpropertyTypeMappings

Gets a read only collections of type mappings corresponding to the nested complex types.

NameDescription
System_CAPS_pubmethodAddTypeMapping(ComplexTypeMapping)

Adds a type mapping corresponding to a nested complex type.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemoveTypeMapping(ComplexTypeMapping)

Removes a type mapping corresponding to a nested complex type.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.