Click or drag to resize
ValidationBuilderCheck Method
Appends a Check node

Namespace: FlexRule.Validation
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public ValidationBuilder Check(
	string value
)

Parameters

value
Type: SystemString

Return Value

Type: ValidationBuilder
See Also