Click or drag to resize
SchedulerOperationResultT Class
Minimal implementation of ISchedulerOperationResult.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsSchedulerOperationResultT

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

Type Parameters

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

The SchedulerOperationResultT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAppointments
Top
See Also