Identifier Class

Namespace: Stimulsoft.Data.Expressions.NCalc.Domain

Inheritance

Inherits from: LogicalExpression

Constructors

Constructor Description
Identifier(string name)  

Identifier(name: string)

Parameters

  • name (string)

Properties

Property Type Description
Name string  

Methods

Method Returns Description
Accept void  

Method Details

Accept

Accept(visitor: LogicalExpressionVisitor): void

Parameters