Class ExpressionBase
Query expression base
Inherited Members
Namespace: PayrollEngine.Client.QueryExpression
Assembly: PayrollEngine.Client.Core.dll
Syntax
public abstract class ExpressionBase
Constructors
ExpressionBase(string)
Constructor
Declaration
protected ExpressionBase(string expression)
Parameters
| Type | Name | Description |
|---|---|---|
| string | expression | The query expression |
Properties
Expression
The query expression
Declaration
public string Expression { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |
Overrides
Operators
implicit operator string(ExpressionBase)
Implicit function to string converter
Declaration
public static implicit operator string(ExpressionBase function)
Parameters
| Type | Name | Description |
|---|---|---|
| ExpressionBase | function | The function |
Returns
| Type | Description |
|---|---|
| string |