DataPA Enterprise Dashboard Controls API Reference

The DateTimeFilterValue type exposes the following members.

Constructors

  Name Description
Public method DateTimeFilterValue
Initializes a new instance of the DateTimeFilterValue class

Methods

  Name Description
Public method GetObjectData
Public method PopulateComboBox
Populates a combo-box with the list of available DateTimeFilterValues.
Protected method SetObjectData

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property FilterType
Gets and sets the DateTimeFilterType that applies to this filter value.
Public property FilterValue
Gets the filter value to be used in the filter condition for this DateTimeFilterValue.
Public property FilterValueDisplayString
Gets the display value for this DateTimeFilterValue.
Public property FilterValueFilterString
Gets the filter string to be used in the filter condition for this DateTimeFilterValue.
Public property FilterValueJavascriptString
Gets the value as a string to be used in Javascript for this DateTimeFilterValue.
Public property FilterValueType
Gets and sets the DateTimeFilterValueType that applies to this filter value.
Public property FixedValue
Gets or sets the fixed date value.

See Also