Enum EParameterValidation
Namespace: Clavusaurus.Cosmos
Assembly: cs.temp.dll.dll
Syntax
public enum EParameterValidation : byte
Fields
Name | Description |
---|---|
BOOLEAN | Parameter is a boolean (accepted values: 0, 1, true, false, on, off) |
FLOAT | Parameter is a decimal number |
FLOAT_POSITIVE_ONLY | Parameter is a decimal number and positive |
INTEGER | Parameter is a whole number |
INTEGER_POSITIVE_ONLY | Parameter is a whole number and positive |
NONE | No validation |
VALUES | Parameter is in the list of values |