ISchedulerStorage<T>
Interface
Represents the inerface which all data store implementations must implement.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Type Parameters:
T
Syntax:
C#
public interface ISchedulerStorage<T> : IEnumerable
Derived Classes:
Inherited Members
Methods
Gets the item with the specified ID.
C#
T GetById(object id)
The ID of the item to get.
Returns:T
The item with the specified ID.