The following tables list the members exposed by ActivityQueryResult.
Name | Description | |
---|---|---|
ActivityQueryResult Constructor | Constructor. Initializes a new instance of ActivityQueryResult. |
Name | Description | |
---|---|---|
Activities | Returns the collection of activities. | |
Error | If an error occurred during the process of getting activity query results, this property returns the error information. (Inherited from Infragistics.OperationResult) | |
HasNextActivity | Indicates 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. | |
HasPreviousActivity | Indicates 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. | |
IsCanceled | Indicates if the operation was canceled. (Inherited from Infragistics.OperationResult) | |
IsComplete | Indicates if the query operation has been completed. (Inherited from Infragistics.OperationResult) | |
NextActivity | Returns 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. | |
PreviousActivity | Returns 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. | |
Query | Gets the query that resulted in this ActivityQueryResult object. |
Name | Description | |
---|---|---|
HasListeners | (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
InitializeResult | Overloaded. Initializes the the Activities and sets IsComplete property based on the the 'markCompleted' parameter. | |
OnCanceled | Called when the operation is canceled. (Inherited from Infragistics.OperationResult) |
Name | Description | |
---|---|---|
OnFirstListenerAdding | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnHasListenersChanged | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnPropertyChanged | (Inherited from Infragistics.PropertyChangeNotifierExtended) | |
RaisePropertyChangedEvent | (Inherited from Infragistics.PropertyChangeNotifier) | |
SetField<T> | (Inherited from Infragistics.PropertyChangeNotifierExtended) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) |