Version

OperationResult Class Members

The following tables list the members exposed by OperationResult.

Protected Constructors
 NameDescription
Protected ConstructorOperationResult ConstructorConstructor. Initializes a new instance of OperationResult object.  
Public Properties
 NameDescription
Public PropertyErrorIf an error occurred during the process of getting activity query results, this property returns the error information.  
Public PropertyIsCanceledIndicates if the operation was canceled.  
Public PropertyIsCompleteIndicates if the query operation has been completed.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodOnCanceledCalled when the operation is canceled.  
Protected Methods
 NameDescription
Protected MethodInitializeResultInitializes the Error and IsComplete properties based on the specified values.  
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