InterfaceISchedulerStorage<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:
cs-api-definition
public interface ISchedulerStorage<T> : IEnumerable
Inherited Members
Methods
GetById(object)
Gets the item with the specified ID.
Declaration
cs-api-definition
T GetById(object id)
Parameters
id
The ID of the item to get.
Returns
T
The item with the specified ID.