TableColumnType Enum

Definition

Provides an indication of type of table column a given property is. The TableColumnType is used in connection with the TableControllerConfigAttribute which can be used to decorate a data type.

public enum TableColumnType
type TableColumnType = 
Public Enum TableColumnType
Inheritance
TableColumnType

Fields

CreatedAt 3

Represents the date and time the entity was created.

Deleted 5

Represents a value indicating whether the entity has been deleted.

Id 1

Represents a unique ID property.

None 0

Not a table column

UpdatedAt 4

Represents the date and time the entity was last modified.

Version 2

Represents a unique version identifier property which is updated every time the entity is updated.

Applies to