Version

ResourceOperationResult Class Members

The following tables list the members exposed by ResourceOperationResult.

Public Constructors
 NameDescription
Public ConstructorResourceOperationResult ConstructorOverloaded.   
Public Properties
 NameDescription
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 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 PropertyItemReturns the item associated with the operation. (Inherited from Infragistics.Controls.Schedules.Services.ItemOperationResult<Resource>)
Public PropertyResourceReturns the resource.  
Protected Properties
 NameDescription
Protected PropertyHasListenersGets whether there are any listeners for the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodInitializeResultInitializes the Infragistics.Services.OperationResult.Error and Infragistics.Services.OperationResult.IsComplete properties based on the specified values. (Inherited from Infragistics.Controls.Schedules.Services.ItemOperationResult<Resource>)
Public MethodOnCanceledCalled when the operation is canceled. (Inherited from Infragistics.Services.OperationResult)
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the Infragistics.Services.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes. (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodOnPropertyChangedOverridden. Called when property changed event is raised. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEventRaises the PropertyChanged event (Inherited from Infragistics.Services.PropertyChangeNotifier)
Protected MethodSetField<T>Helper method used by property setters to change the value of a field and raise the PropertyChanged event. (Inherited from Infragistics.Services.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property has changed (Inherited from Infragistics.Services.PropertyChangeNotifier)
See Also