Class Identifier
public class Identifier : LogicalExpression
- Inheritance
-
Identifier
- Inherited Members
Constructors
Identifier(string)
public Identifier(string name)
Parameters
namestring
Properties
Id
public Guid Id { get; }
Property Value
IsBracketed
public bool IsBracketed { get; }
Property Value
Name
public string Name { get; set; }
Property Value
Methods
Accept<T>(ILogicalExpressionVisitor<T>, CancellationToken)
public override T Accept<T>(ILogicalExpressionVisitor<T> visitor, CancellationToken cancellationToken = default)
Parameters
visitorILogicalExpressionVisitor<T>cancellationTokenCancellationToken
Returns
- T
Type Parameters
T