Click or drag to resize
RequiredFieldValueRequestEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event aurguments passed by DashboardDesigner in RequiredFieldValueRequest event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAEnterpriseDashboardRequiredFieldValueRequestEventArgs

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class RequiredFieldValueRequestEventArgs : EventArgs, 
	_RequiredFieldValueRequestEventArgs

The RequiredFieldValueRequestEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodRequiredFieldValueRequestEventArgs
Creates and returns a new RequiredFieldValueRequestEventArgs object.
Top
Fields
Properties
  NameDescription
Public propertyCOMValue
Gets and sets the value to be assigned to this required field. (String version for COM, which cannot expose object properties).
Public propertyQuery
Gets the DashboardQuery object this event relates to.
Public propertyRequiredField
Gets the a DataPA.Utils.QueryEngine.Field object that represents the required field this event relates to.
Public propertySkip
Gets and sets whether the condition this event refers to should be skipped in the query.
Public propertyValue
Gets and sets the value to be assigned to this required field.
Public propertyValueSet
Gets a value that indicates if a value has been provided for this required field.
Top
Remarks