The CustomFieldInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CustomFieldInfo | Initializes a new instance of the CustomFieldInfo class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValueTypeFromFieldType |
Gets the object type this field represents
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| FieldKey | ||
| FieldLabel | ||
| FieldName | ||
| FieldType |
What type of data the field contains
| |
| Value |
The value of the field. Note it will need to be cast to its actual value to be used
| |
| ValueStr |
The string value of the field
| |
| ValueType |
The type of the field
|
Events
| Name | Description | |
|---|---|---|
| ValueChanged |