Version 24.2 (latest)

ResourceOperationResult Class Properties

For a list of all members of this type, see ResourceOperationResult members.

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)
See Also