ig.scheduler.ActivityOperationResult`1
Contains information about an add, remove, or update operation
related to an activity which may be
executed asynchronously.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_web.js
infragistics.dv_core.js
infragistics.dv_jquerydom.js
infragistics.dv_interactivity.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
-
activity
- .activity( );
Returns a reference to the activity associated with this operation.
-
error
- .error( );
- Return Type:
- ig.scheduler.DataError
- Return Type Description:
- Returns a DataError.
Returns a DataError object containing detailed information about the reason for failure, or null if the operation was successful.
See Also
-
operation
- .operation( );
- Return Type:
- ig.scheduler.ActivityOperation
- Return Type Description:
- Returns a ActivityOperation.
Returns a constant which identifies the operation, i.e., create, delete, or update.
See Also