Overload List

  NameDescription
Public methodValidationBuilder()()()()
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
Public methodValidationBuilder(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
Public methodValidationBuilder(String, List<(Of <<'(ValidationMessage>)>>))
A generic constructor were both the path and the lsit of validation messages are passed in.

See Also