[]
Initializes a new instance of the Field class.
public Field()
Initializes a new instance of the Field class using a specified name, data field, and value.
public Field(string name, string dataField, ExpressionInfo value)
Type | Name | Description |
---|---|---|
string | name | A string value indicating the name to use for the field. |
string | dataField | A string value indicating the data field to use. |
ExpressionInfo | value | A ExpressionInfo object that evaluates to the value of the field. |