Click or drag to resize
ValidationBuilderCustom Method (String)
Declare a custom node with no attributes

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

Parameters

name
Type: SystemString

Return Value

Type: ValidationBuilder
See Also