[]
Initializes a new instance of the CalculatedField class.
public CalculatedField()
Initializes a new instance of the CalculatedField class.
public CalculatedField(string name, Type type, string expression)
| 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. |