DataFieldInfo class
An object holding information about a data field that can be detected on current data scheme. Provides field id, name and included data fields, if applicable.
The field can be compound, which means that it consists of several parts, i.e. Address field can consist of such fields as City, Street, etc. Component details are available from the array, returned by the getComponents method.
class DataFieldInfo
Constructor
Name | Description |
---|---|
DataFieldInfo | Initializes a new instance of the DataFieldInfo class. |
Properties
Name | Description |
---|---|
getId | Returns the internal data field identifier. |
getName | Returns the human-readable name of the data field. May be returned null. |
getComponents |
Return field components represented by DataFieldInfo objects. If the field has only one component, this array contains one element. May be returned null, if the field is not compound. |
02.03.2022 12:59:15