The following tables list the members exposed by Field.
Name | Description | |
---|---|---|
Field Constructor | Initializes a new instance of the Field class. |
Name | Description | |
---|---|---|
DefaultValue | Gets or sets the user-defined default value of the field, which is used if the formula or value is null. | |
FieldType | Gets or sets the type associated with the field. | |
Formula | Gets or sets a formula used to derive the run-time value. If the formula is not null, it overrides all preceding values. The formula can be any combination of calculated and/or bound fields and literals. | |
Name | Gets or sets the name of the field. | |
Tag | Gets or sets a user-defined value associated with the field object. | |
Value | Gets or sets the current value of the field object. |
Name | Description | |
---|---|---|
Dispose | Release the instance of the Field object from memory. | |
ToString | Returns a string that represents the current Field object. |