ValidateLength Constructor (propertyName, errorMessage, min, max)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 ValidateLength Constructor (propertyName, errorMessage, min, max)
Patterns-In-Action! ApplicationBusinessObjects.BusinessRulesValidateLengthValidateLength(String, String, Int32, Int32)
Initializes a new instance of the ValidateLength class
Declaration Syntax
C# Visual Basic
public ValidateLength(
	string propertyName,
	string errorMessage,
	int min,
	int max
)
Public Sub New ( _
	propertyName As String, _
	errorMessage As String, _
	min As Integer, _
	max As Integer _
)
Parameters
propertyName (String)
errorMessage (String)
min (Int32)
max (Int32)

Assembly: BusinessObjects (Module: BusinessObjects) Version: 1.0.0.0 (1.0.0.0)