FieldInfo object methods
The following list summarizes the FieldInfo object methods:
- Method name
- Description
- GetMessageText
- Returns a String explaining why the value stored in the field is incorrect.
- GetName
- Returns the name of the field.
- GetRequiredness
- Identifies the behavior of the specified field.
- GetType
- Identifies the type of data that can be stored in this field.
- GetValidationStatus
- Identifies whether the field's value is valid.
- GetValue
- Returns the field's value as a single String.
- GetValueAsList
- Returns an array of strings containing the values stored in the field.
- GetValueStatus
- Identifies whether the field currently has a value.
- ValidityChangedThisAction
- Returns True if the field's validity was changed by the current action.
- ValidityChangedThisGroup
- Returns True if the field's validity was changed by the most recent group of SetFieldValue calls.
- ValidityChangedThisSetValue
- Returns True if the field's validity was changed by the most recent SetFieldValue call.
- ValueChangedThisAction
- Returns True if this field's value was modified by the current action.
- ValueChangedThisGroup
- Returns True if the field's value was modified by the most recent group of SetFieldValue calls.
- ValueChangedThisSetValue
- Returns True if the field's value was modified by the most recent SetFieldValue call.