ColumnType returns the DB column definition of the field.
GetHidden returns the field hidden flag state.
GetId returns the field id.
GetName returns the field name.
GetSystem returns the field system flag state.
PrepareValue returns a properly formatted field value based on the provided raw one.
This method is also called on record construction to initialize its default field value.
SetHidden changes the field hidden flag state.
SetId changes the field id.
SetName changes the field name.
SetSystem changes the field system flag state.
ValidateSettings validates the current field settings.
ValidateSettings validates the current field value associated with the provided record.
Generated using TypeDoc
ColumnType returns the DB column definition of the field.