Click or drag to resize
ValidationBuilderCustom Method (String, IDictionaryString, String)
Declare a custom node with 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,
	IDictionary<string, string> attributes
)

Parameters

name
Type: SystemString
attributes
Type: System.Collections.GenericIDictionaryString, String

Return Value

Type: ValidationBuilder
See Also