Class DataType
Implements
IEquatable<TypeElement>
Inherited Members
Namespace: Mars.Interfaces.Model
Assembly: Mars.Interfaces.dll
Syntax
public class DataType : TypeElement, IEquatable<TypeElement>
Constructors
DataType(Type)
Declaration
public DataType(Type metaType)
Parameters
Type | Name | Description |
---|---|---|
Type | metaType |
Properties
ActiveConstructor
The active constructor to create
a new instance of this type
Declaration
public override ConstructorType ActiveConstructor { get; }
Property Value
Type | Description |
---|---|
ConstructorType |
Overrides
TypeMapping
The mapping entry point for this type is null because simple data objects dont need to be managed.
Declaration
public override TypeMapping TypeMapping { get; }
Property Value
Type | Description |
---|---|
TypeMapping |
Overrides
Implements
IEquatable<>