Enum FieldValidationRule
Validation rule used by the RowValidator.
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public enum FieldValidationRule
Fields
Name | Description |
---|---|
Mandatory | This field is mandatory. |
NotNullable | NULL value is not permitted for this field. |
StringLength | String length as been exceeded. |
Extension Methods
EnumUtil.MapEnums<SuperOffice.CRM.Rows.FieldValidationRule, To>()