Class MappingFragment
- Namespace
- Z.EntityFramework.Extensions.Core.Mapping
- Assembly
- Z.EntityFramework.Extensions.dll
Please visit the Microsoft documentation for more detail.
public class MappingFragment
- Inheritance
-
MappingFragment
- Inherited Members
Constructors
MappingFragment()
Default constructor.
public MappingFragment()
Properties
ComplexProperties
Please visit the Microsoft documentation for more detail.
public List<ComplexPropertyMapping> ComplexProperties { get; set; }
Property Value
- List<ComplexPropertyMapping>
The complex properties.
Conditions
Please visit the Microsoft documentation for more detail.
public List<ConditionPropertyMapping> Conditions { get; set; }
Property Value
- List<ConditionPropertyMapping>
The conditions.
ScalarAccessors
Gets or sets the scalar accessors.
public List<ScalarAccessorMapping> ScalarAccessors { get; set; }
Property Value
- List<ScalarAccessorMapping>
The scalar accessors.
ScalarProperties
Please visit the Microsoft documentation for more detail.
public List<ScalarPropertyMapping> ScalarProperties { get; set; }
Property Value
- List<ScalarPropertyMapping>
The scalar properties.
StoreEntitySet
Gets or sets the set the store entity belongs to.
public EntityContainerEntitySet StoreEntitySet { get; set; }
Property Value
- EntityContainerEntitySet
The store entity set.
StoreEntitySetName
Please visit the Microsoft documentation for more detail.
public string StoreEntitySetName { get; set; }
Property Value
- string
The name of the store entity set.