[]
Initializes a new instance of the CalculatedField class.
public CalculatedField()
Public Sub New()
Initializes a new instance of the CalculatedField class.
public CalculatedField(string name, Type type, string expression)
Public Sub New(name As String, type As Type, expression As String)
| Type | Name | Description |
|---|---|---|
| string | name | The name of the calculated field, should be unique. |
| Type | type | The type of value of the calculated field. |
| string | expression | The VBScript expression used to calculate value of field. |