The following tables list the members exposed by AppointmentOperationResult.
Name | Description | |
---|---|---|
AppointmentOperationResult Constructor | Creates a new instance for the specified appointment. |
Name | Description | |
---|---|---|
Appointment | Returns a reference to the Appointment object associated with the operation. | |
Error | Returns a DataError object containing detailed information about the reason for failure, or null if the operation was successful. (Inherited from Infragistics.Scheduler.Data.ActivityOperationResult<Appointment>) | |
Operation | Returns a constant which identifies the operation, i.e., create, delete, or update. (Inherited from Infragistics.Scheduler.Data.ActivityOperationResult<Appointment>) | |
Status | Returns a constant which describes the current status of the operation. (Inherited from Infragistics.Scheduler.Data.OperationResultBase) |
Name | Description | |
---|---|---|
Activity | Returns a reference to the activity associated with this operation. (Inherited from Infragistics.Scheduler.Data.ActivityOperationResult<Appointment>) |
Name | Description | |
---|---|---|
Completed | Occurs when the OperationResultBase.Status transitions to 'Completed'. Applicable only for data connectors which execute operations asynchronously. (Inherited from Infragistics.Scheduler.Data.OperationResultBase) |