Class EntityType
The type description containing structure-related information
used to infer the schema, assign values to properties or resolve
dependencies. This type-description belongs to the IEntity.
Inheritance
System.Object
EntityType
Implements
IEquatable<TypeElement>
Inherited Members
Namespace: Mars.Interfaces.Model
Assembly: Mars.Interfaces.dll
Syntax
public class EntityType : ObjectType, IEquatable<TypeElement>
Constructors
EntityType(Type)
Declaration
public EntityType(Type metaType)
Parameters
Type | Name | Description |
---|---|---|
Type | metaType |
Properties
Mapping
The concrete mapping for this type
with all inputs to create instances
Declaration
public EntityMapping Mapping { get; set; }
Property Value
Type | Description |
---|---|
EntityMapping |
TypeMapping
The mapping entry point for this type
with all parameter inputs
Declaration
public override TypeMapping TypeMapping { get; }
Property Value
Type | Description |
---|---|
TypeMapping |
Overrides
Implements
IEquatable<>