Click or drag to resize
IFailureListFailIf Method
Adds a new failure object to the list if condition is true

Namespace: Jeneva.Validation
Assembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
void FailIf(
	bool condition,
	string key,
	string text
)

Parameters

condition
Type: SystemBoolean
condition
key
Type: SystemString
key of the failure
text
Type: SystemString
text of the failure
See Also