Namespace DevZest.Data.Annotations.Primitives
Classes
ColumnAttribute
Base class for attributes which can be specified for a column.
CrossReferenceAttribute
Specifies the implementation attribute type of ModelDeclarationAttribute.
DbIndexBaseAttribute
Base class for attribute to specify database index.
DbTablePropertyAttribute
Base class of attribute for DbTable<T> property.
ModelAttribute
Base class for model level attribute, which can be wired up during Model object creation and initialization.
ModelDeclarationAttribute
Specifies model level declaration.
ModelDeclarationSpecAttribute
Defines implementation specification for model declaration attribute.
ModelDesignerSpecAttribute
Defines model designer specification for underlying attribute which can be applied to model member.
ModelImplementationAttribute
Counterpart of ModelDeclarationAttribute class.
SortAttribute
Indicates sorting order
ValidationColumnAttribute
Base class for attribute which validates a column.
Interfaces
ILogicalDataTypeAttribute
Indicates the attribute specifies the logical data type.
IValidatorAttribute
Specifies the attribute is a validator.