The following tables list the members exposed by DateQueryResult.
Name | Description | |
---|---|---|
Dates | List of dates selected by the query. (Inherited from Infragistics.Scheduler.Data.DateQueryResultBase) | |
Errors | Returns a list of errors that were encountered during the query. (Inherited from Infragistics.Scheduler.Data.DateRangeQueryResultBase) | |
FindFirst | Determines 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. | |
HasActivity | Returns a boolean value indicating whether the query yielded any activity for the specified range. (Inherited from Infragistics.Scheduler.Data.DateQueryResultBase) | |
Range | Returns the range for which the associated query was created. (Inherited from Infragistics.Scheduler.Data.DateRangeQueryResultBase) | |
Resources | Returns the owners for which the associated query was created. (Inherited from Infragistics.Scheduler.Data.DateRangeQueryResultBase) | |
Status | Returns a constant which describes the current status of the operation. (Inherited from Infragistics.Scheduler.Data.OperationResultBase) |
Name | Description | |
---|---|---|
Completed | Occurs when the OperationResultBase.Status transitions to 'Completed'. Applicable only for data connectors which execute operations asynchronously. (Inherited from Infragistics.Scheduler.Data.OperationResultBase) |