ValidatePathBuilder
Description
Helper class for building ValidatePath objects.
After having created ValidatePathBuilder object with ValidatePath.Build, use the following methods to build a validation path:
Public / Methods
Append
3 overloads
Appends the given validation path.
Appends a path element of the given validation path.
Appends the given validation path.
Context
Adds a path element of type ValidatePathElement.Context.
If the last path element specifies the same context object, this method returns without adding a new path element.