Overload List
Name | Description | |
---|---|---|
![]() | ValidationBuilder()()()() |
A generic constructor; where no validation messages, or path is passed in
A new internal list of validation messages is instantiated as part of this constructor
|
![]() | ValidationBuilder(String) |
A generic constructor with no validation messages passed in; however the path is specified
A new internal list of validation messages is instantiated as part of this constructor
|
![]() | ValidationBuilder(String, List<(Of <<'(ValidationMessage>)>>)) |
A generic constructor were both the path and the lsit of validation messages are passed in.
|