Table of Contents

Class ValidatingPredicate

Namespace
Utils.Parser.Model
Assembly
Utils.Parser.dll

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

Code string

Properties

Code

public string Code { get; init; }

Property Value

string