Class ComplexPropertyMapping
- Namespace
- Z.EntityFramework.Extensions.Core.Mapping
- Assembly
- Z.EntityFramework.Extensions.dll
Please visit the Microsoft documentation for more detail.
public class ComplexPropertyMapping
- Inheritance
-
ComplexPropertyMapping
- Inherited Members
Constructors
ComplexPropertyMapping()
public ComplexPropertyMapping()
Properties
ComplexEntityType
Gets or sets the type of the complex entity.
public SchemaEntityType ComplexEntityType { get; set; }
Property Value
- SchemaEntityType
The type of the complex entity.
ComplexProperties
Please visit the Microsoft documentation for more detail.
public List<ComplexPropertyMapping> ComplexProperties { get; set; }
Property Value
- List<ComplexPropertyMapping>
The complex properties.
Name
Please visit the Microsoft documentation for more detail.
public string Name { get; set; }
Property Value
- string
The name.
ScalarProperties
Please visit the Microsoft documentation for more detail.
public List<ScalarPropertyMapping> ScalarProperties { get; set; }
Property Value
- List<ScalarPropertyMapping>
The scalar properties.
TypeName
Please visit the Microsoft documentation for more detail.
public string TypeName { get; set; }
Property Value
- string
The name of the type.