Click or drag to resize
ISchedulerOperationResultT Interface
This interface defines an operation result contract that can be optionally used by the web service methods.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public interface ISchedulerOperationResult<T>

Type Parameters

T
The type of the appointment data transfer object in use. Typically this is AppointmentData or derived class.

The ISchedulerOperationResultT type exposes the following members.

Properties
  NameDescription
Public propertyAppointments
Top
Remarks

Implementers can extend it with additional data fields to report status and to transfer additional metadata.

See the online documentation for more details.

See Also