skadi-d ~master (2015-09-28T14:07:14Z)
Dub
Repo
StringLength
skadi
components
validation
validators
stringlength
Undocumented in source.
class
StringLength :
Validator
{
protected
StringOptions
_options
;
this
(StringOptions options);
bool
validate
(string field);
bool
validate
(Validation validation, string field);
}
Constructors
this
this
(StringOptions options)
constructor
Members
Functions
validate
bool
validate
(Validation validation, string field)
Executes the validation
validate
bool
validate
(string field)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_options
StringOptions
_options
;
Undocumented in source.
Inherited Members
From Validator
_options
string
[
string
]
_options
;
Undocumented in source.
validate
bool
validate
(Validation validation, string attribute)
Executes the validation
Meta
Source
See Implementation
skadi
components
validation
validators
stringlength
classes
StringLength
structs
StringOptions