- defaultValue
typeof(this) defaultValue(string defaultValue)
- defaultValue
typeof(this) defaultValue(string[] defaultValue)
- defaultValue
string[] defaultValue()
- description
typeof(this) description(string description)
- description
string description()
- isRepeating
bool isRepeating()
- isRequired
bool isRequired()
- name
typeof(this) name(string name)
- name
string name()
- optional
typeof(this) optional(bool optional = true)
- repeating
typeof(this) repeating(bool repeating = true)
- required
typeof(this) required(bool required = true)
- validate
typeof(this) validate(IValidator validator)
- validators
IValidator[] validators()