| RequiredFieldValueRequestEventArgs Class |
|
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class RequiredFieldValueRequestEventArgs : EventArgs, _RequiredFieldValueRequestEventArgs
The RequiredFieldValueRequestEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| RequiredFieldValueRequestEventArgs |
Creates and returns a new RequiredFieldValueRequestEventArgs object.
|
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| 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 DataPA.Utils.QueryEngine.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.
|