Initializes a new instance of the GroupNotEmptyValidator class.

Namespace: Castle.Components.Validator
Assembly:  Castle.Components.Validator (in Castle.Components.Validator.dll)
Version: 1.0.3.0

Syntax

C#
public GroupNotEmptyValidator(
	string groupName
)

Parameters

groupName
String
Name of the group.

See Also