Version 24.2 (latest)

ActivityQueryResult Class Properties

For a list of all members of this type, see ActivityQueryResult members.

Public Properties
 NameDescription
Public PropertyActivitiesReturns the collection of activities.  
Public PropertyErrorIf an error occurred during the process of getting activity query results, this property returns the error information. (Inherited from Infragistics.Services.OperationResult)
Public PropertyHasNextActivityIndicates whether there's an activity after the latest date in the ActivityQuery.DateRanges of the query. Property's value is valid only if this information was requested by the associated activity query and the information is available.  
Public PropertyHasPreviousActivityIndicates whether there's an activity before the earliest date in the ActivityQuery.DateRanges of the query. Property's value is valid only if this information was requested by the associated activity query and the information is available.  
Public PropertyIsCanceledIndicates if the operation was canceled. (Inherited from Infragistics.Services.OperationResult)
Public PropertyIsCompleteIndicates if the query operation has been completed. (Inherited from Infragistics.Services.OperationResult)
Public PropertyNextActivityReturns the activity that occurs after the latest date in the ActivityQuery.DateRanges of the query. Property's value is valid only if this information was requested by the associated activity query and the information is available.  
Public PropertyPreviousActivityReturns the activity that occurs before the earliest date in the ActivityQuery.DateRanges of the query. Property's value is valid only if this information was requested by the associated activity query and the information is available.  
Public PropertyQueryGets the query that resulted in this ActivityQueryResult object.  
Protected Properties
 NameDescription
Protected PropertyHasListenersGets whether there are any listeners for the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
See Also