Version

AppointmentOperationResult Class Members

The following tables list the members exposed by AppointmentOperationResult.

Public Constructors
 NameDescription
Public ConstructorAppointmentOperationResult ConstructorCreates a new instance for the specified appointment.  
Public Properties
 NameDescription
Public PropertyAppointmentReturns a reference to the Appointment object associated with the operation.  
Public PropertyErrorReturns 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>)
Public PropertyOperationReturns a constant which identifies the operation, i.e., create, delete, or update. (Inherited from Infragistics.Scheduler.Data.ActivityOperationResult<Appointment>)
Public PropertyStatusReturns a constant which describes the current status of the operation. (Inherited from Infragistics.Scheduler.Data.OperationResultBase)
Protected Properties
 NameDescription
Protected PropertyActivityReturns a reference to the activity associated with this operation. (Inherited from Infragistics.Scheduler.Data.ActivityOperationResult<Appointment>)
Public Events
 NameDescription
Public EventCompletedOccurs when the OperationResultBase.Status transitions to 'Completed'. Applicable only for data connectors which execute operations asynchronously. (Inherited from Infragistics.Scheduler.Data.OperationResultBase)
See Also