Version

AppointmentQueryResult Class Members

The following tables list the members exposed by AppointmentQueryResult.

Public Properties
 NameDescription
Public PropertyAppointmentsReturns the list of appointments selected by the query.  
Public PropertyErrorsReturns a list of errors that were encountered during the query. (Inherited from Infragistics.Scheduler.Data.DateRangeQueryResultBase)
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)
Protected Properties
 NameDescription
Protected PropertyActivitiesList of activities. (Inherited from Infragistics.Scheduler.Data.ActivityQueryResult<Appointment>)
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