Version

DateQueryResultBase Class Members

The following tables list the members exposed by DateQueryResultBase.

Public Properties
 NameDescription
Public PropertyDatesList of dates selected by the query.  
Public PropertyErrorsReturns a list of errors that were encountered during the query. (Inherited from Infragistics.Scheduler.Data.DateRangeQueryResultBase)
Public PropertyHasActivityReturns a boolean value indicating whether the query yielded any activity for the specified range.  
Public PropertyRangeReturns the range for which the associated query was created. (Inherited from Infragistics.Scheduler.Data.DateRangeQueryResultBase)
Public PropertyResourcesReturns the owners for which the associated query was created. (Inherited from Infragistics.Scheduler.Data.DateRangeQueryResultBase)
Public PropertyStatusReturns a constant which describes the current status of the operation. (Inherited from Infragistics.Scheduler.Data.OperationResultBase)
Public Events
 NameDescription
Public EventCompletedOccurs when the OperationResultBase.Status transitions to 'Completed'. Applicable only for data connectors which execute operations asynchronously. (Inherited from Infragistics.Scheduler.Data.OperationResultBase)
See Also