StructuralTypeMapping Class
Specifies a structural type mapping.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.StructuralTypeMapping
System.Data.Entity.Core.Mapping.ComplexTypeMapping
System.Data.Entity.Core.Mapping.MappingFragment
System.Data.Entity.Core.Mapping.MappingItem
System.Data.Entity.Core.Mapping.StructuralTypeMapping
System.Data.Entity.Core.Mapping.ComplexTypeMapping
System.Data.Entity.Core.Mapping.MappingFragment
Name | Description | |
---|---|---|
![]() | StructuralTypeMapping() | Initializes a new instance of the StructuralTypeMapping class. |
Name | Description | |
---|---|---|
![]() | Conditions | Gets a read-only collection of property mapping conditions. |
![]() | PropertyMappings | Gets a read-only collection of property mappings. |
Name | Description | |
---|---|---|
![]() | AddCondition(ConditionPropertyMapping) | Adds a property mapping condition. |
![]() | AddPropertyMapping(PropertyMapping) | Adds a property mapping. |
![]() | 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. |
![]() | RemovePropertyMapping(PropertyMapping) | Removes a property mapping. |
![]() | 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.