Version

ActivityQueryResult Class Members

The following tables list the members exposed by ActivityQueryResult.

Public Constructors
 NameDescription
Public ConstructorActivityQueryResult ConstructorConstructor. Initializes a new instance of ActivityQueryResult.  
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.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.OperationResult)
Public PropertyIsCompleteIndicates if the query operation has been completed. (Inherited from Infragistics.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 PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodInitializeResultOverloaded. Initializes the the Activities and sets IsComplete property based on the the 'markCompleted' parameter.  
Public MethodOnCanceledCalled when the operation is canceled. (Inherited from Infragistics.OperationResult)
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T> (Inherited from Infragistics.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also