The following tables list the members exposed by OperationResult.
Name | Description | |
---|---|---|
![]() | OperationResult Constructor | Constructor. Initializes a new instance of OperationResult object. |
Name | Description | |
---|---|---|
![]() | Error | If an error occurred during the process of getting activity query results, this property returns the error information. |
![]() | IsCanceled | Indicates if the operation was canceled. |
![]() | IsComplete | Indicates if the query operation has been completed. |
Name | Description | |
---|---|---|
![]() | HasListeners | Gets whether there are any listeners for the PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
![]() | OnCanceled | Called when the operation is canceled. |
Name | Description | |
---|---|---|
![]() | InitializeResult | Initializes the Error and IsComplete properties based on the specified values. |
![]() | OnFirstListenerAdding | Virtual method called when the first listener is being added to the PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifier) |
![]() | OnHasListenersChanged | Virtual method called when the HasListeners property changes. (Inherited from Infragistics.Services.PropertyChangeNotifier) |
![]() | OnPropertyChanged | Overridden. Called when property changed event is raised. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended) |
![]() | RaisePropertyChangedEvent | Raises the PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier) |
![]() | SetField<T> | Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended) |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Raised when a property has changed (Inherited from Infragistics.Services.PropertyChangeNotifier) |