Class PropertyType
The internal property description of one model entity type
with data about their value mapping and individual configurations e.g. for the output.
Inherited Members
Namespace: Mars.Interfaces.Model
Assembly: Mars.Interfaces.dll
Syntax
public class PropertyType : IdentifiableElement
Constructors
PropertyType(PropertyInfo)
Creates an instance of the property type
Declaration
public PropertyType(PropertyInfo info)
Parameters
Type | Name | Description |
---|---|---|
PropertyInfo | info | The internal property description with name constraints etc. |
Properties
Ignore
Gets or sets the value indicating that this property shall be ignored.
Declaration
public bool Ignore { get; }
Property Value
Type | Description |
---|---|
System.Boolean |