Click or drag to resize
PatternValidatorValidate Method
Executes the condition against tokens

Namespace: FlexRule.DSL.Tokenizer.PatternMatching
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public bool Validate(
	int startIndex = 0
)

Parameters

startIndex (Optional)
Type: SystemInt32
Starting point in the token list that validation starts from

Return Value

Type: Boolean
true if all conditions are passed
See Also