DataScheme constructor
Initializes a new instance of the DataScheme class.
public DataScheme(
String id,
String name,
DataFieldInfo[] fields
)
Parameters
- id
- Internal data scheme identifier, corresponding to the custom field id.
- name
- A human-readable data scheme name. May be null.
- fields
- Field components represented by an array of the DataFieldInfo objects. If the field has only one component, this array contains one element. May be null, if the field is not compound.
3/2/2022 12:59:15 PM