Version

DateQueryResult Class Members

The following tables list the members exposed by DateQueryResult.

Public Properties
 NameDescription
Public PropertyDatesList of dates selected by the query. (Inherited from Infragistics.Scheduler.Data.DateQueryResultBase)
Public PropertyErrorsReturns a list of errors that were encountered during the query. (Inherited from Infragistics.Scheduler.Data.DateRangeQueryResultBase)
Public PropertyFindFirstDetermines whether the query is terminated after the first date which fits the search criteria is found. Specify true to signify that the query should "early out" upon discovery of the first match for a given date.  
Public PropertyHasActivityReturns a boolean value indicating whether the query yielded any activity for the specified range. (Inherited from Infragistics.Scheduler.Data.DateQueryResultBase)
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