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

Namespace: Nehta.VendorLibrary.Common
Assembly: Nehta.VendorLibrary.Common (in Nehta.VendorLibrary.Common.dll) Version: 3.0.2.0 (1.0.0.0)

Syntax

C#
public ValidationBuilder(
	string path
)
Visual Basic
Public Sub New ( _
	path As String _
)
Visual C++
public:
ValidationBuilder(
	String^ path
)

Parameters

path
Type: System..::..String
The path to the property that is being validated

See Also