Click or drag to resize
JenevaValidationContextMustHaveMaxAssignedFieldsCount Method
Validates if the number of assigned fields in the current target object is less or equal to max number

Namespace: Jeneva.Validation.Impl
Assembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public void MustHaveMaxAssignedFieldsCount(
	int count,
	string msg
)

Parameters

count
Type: SystemInt32
max number of assigned fields
msg
Type: SystemString
failure message

Implements

IJenevaValidationContextMustHaveMaxAssignedFieldsCount(Int32, String)
See Also