ig.scheduler.AppointmentOperationResult
Contains information about an add, remove, or update operation
related to an appointment 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.
-
ig.scheduler.AppointmentOperationResult
Constructor- new $.ig.scheduler.AppointmentOperationResult( appointment:ig.scheduler.Appointment, operation:ig.scheduler.ActivityOperation, [error:ig.scheduler.DataError] );
Creates a new instance for the specified appointment.
- appointment
- Type:ig.scheduler.Appointment
- operation
- Type:ig.scheduler.ActivityOperation
- error
- Type:ig.scheduler.DataError
- Optional
-
appointment
- .appointment( );
- Return Type:
- ig.scheduler.Appointment
- Return Type Description:
- Returns a Appointment.
Returns a reference to the AppointmentOperationResult.appointment object associated with the operation.
See Also