Class ValidatingPredicate
A validating semantic predicate { condition }? placed before an element.
If the condition evaluates to false the enclosing alternative is rejected.
public record ValidatingPredicate : RuleContent, IEquatable<RuleContent>, IEquatable<ValidatingPredicate>
- Inheritance
-
ValidatingPredicate
- Implements
- Inherited Members
- Extension Methods
Constructors
ValidatingPredicate(string)
A validating semantic predicate { condition }? placed before an element.
If the condition evaluates to false the enclosing alternative is rejected.
public ValidatingPredicate(string Code)
Parameters
Codestring
Properties
Code
public string Code { get; init; }