Enum | Description |
---|---|
ValidateNumeric.NumericType | |
ValidateReference.ReferenceType |
Defines types of references.
|
Annotation Type | Description |
---|---|
ValidateNumeric |
Validates that the Numeric value contained in the field attribute matches the specifications supplied in the attributes.
|
ValidateReference |
Validates references to determine if they meet the specified naming convention and that they are unique within the list if uniqueness is required which is the default.
|
ValidateResource |
Validates that a ResourceReference can be loaded based on the current search path.
|
ValidateSchemaVersion |
This annotation indicates that the associated field should be validated as containing a schema version.
|
ValidateUniqueId |
Validates that every member in a collection has a unique ID.
|
ValidateVariableText |
Validates that the String value contained in the field attribute matches the regular expression supplied in the pattern attribute.
|