ComplexTypeMapping Class
Mapping metadata for Complex Types.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.StructuralTypeMapping
System.Data.Entity.Core.Mapping.ComplexTypeMapping
Name | Description | |
---|---|---|
![]() | ComplexTypeMapping(ComplexType) | Creates a ComplexTypeMapping instance. |
Name | Description | |
---|---|---|
![]() | ComplexType | Gets the ComplexType being mapped. |
![]() | Conditions | Gets a read-only collection of property mapping conditions.(Overrides StructuralTypeMapping.Conditions.) |
![]() | PropertyMappings | Gets a read-only collection of property mappings.(Overrides StructuralTypeMapping.PropertyMappings.) |
Name | Description | |
---|---|---|
![]() | AddCondition(ConditionPropertyMapping) | Adds a property mapping condition.(Overrides StructuralTypeMapping.AddCondition(ConditionPropertyMapping).) |
![]() | AddPropertyMapping(PropertyMapping) | Adds a property mapping.(Overrides StructuralTypeMapping.AddPropertyMapping(PropertyMapping).) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RemoveCondition(ConditionPropertyMapping) | Removes a property mapping condition.(Overrides StructuralTypeMapping.RemoveCondition(ConditionPropertyMapping).) |
![]() | RemovePropertyMapping(PropertyMapping) | Removes a property mapping.(Overrides StructuralTypeMapping.RemovePropertyMapping(PropertyMapping).) |
![]() | ToString() | (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.