Interface
ISchedulerStorage<T>

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 IEnumerable.GetEnumerator()

Methods

GetById(object)

Gets the item with the specified ID.

Declaration

cs-api-definition
T GetById(object id)

Parameters

id

object

The ID of the item to get.

Returns

T

The item with the specified ID.

In this article
DefinitionMethodsGetById(object)
Not finding the help you need?
Contact Support