Function Class
Namespace: Stimulsoft.Data.Expressions.NCalc.Domain
Inheritance
Inherits from: LogicalExpression
Constructors
| Constructor | Description |
|---|---|
| Function(Identifier identifier, LogicalExpressionexpressions ) |
Function(identifier: Identifier, **: LogicalExpressionexpressions)
Parameters
- identifier (Identifier)
- ** (LogicalExpressionexpressions)
Properties
| Property | Type | Description |
|---|---|---|
| Expressions | LogicalExpression[] | |
| Identifier | Identifier |
Methods
| Method | Returns | Description |
|---|---|---|
| Accept | void |
Method Details
Accept
Accept(visitor: LogicalExpressionVisitor): void
Parameters
- visitor (LogicalExpressionVisitor)