ClientFormData
The ClientFormData
class represents the data structure within a client form, containing Entities
and Result
properties for managing form-related entities and outcomes.
Properties
Name | Description |
---|---|
Entities | Represents the ClientFormEntities object, which contains detailed data of all entities within the client form. |
Result | Stores a list of result strings, providing outcome or status information related to the client form's data processing. |