DataPA Enterprise Dashboard Controls API Reference
The RequiredFieldValueRequestEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RequiredFieldValueRequestEventArgs |
Creates and returns a new RequiredFieldValueRequestEventArgs object.
|
Fields
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Properties
Name | Description | |
---|---|---|
COMValue |
Gets and sets the value to be assigned to this required field. (String version for COM, which cannot expose object properties).
|
|
Query |
Gets the DashboardQuery object this event relates to.
|
|
RequiredField |
Gets the a RunDataPA.Field object that represents the required field this event relates to.
|
|
Skip |
Gets and sets whether the condition this event refers to should be skipped in the query.
|
|
Value |
Gets and sets the value to be assigned to this required field.
|
|
ValueSet |
Gets a value that indicates if a value has been provided for this required field.
|