ResourceIdMapper
Class
Provides an abstract base class for mapping resource identifiers to appointments in the scheduler, handling the conversion between different resource ID formats and collection types.
Definition
Namespace:Telerik.WinControls.UI.Scheduler
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public abstract class ResourceIdMapper
Inheritance: objectResourceIdMapper
Derived Classes:
Constructors
C#
protected ResourceIdMapper()
Fields
C#
protected static readonly Type EventIdType
Methods
Removes all resource identifiers from the underlying resource collection.
C#
public abstract void ClearResourceIds()
Gets the appropriate resource identifier value based on the target property type, converting EventId to the required format.
Sets the resource collection that this mapper will operate on for resource identifier management.
C#
public abstract void SetResourceList(object resourceList)
The resource collection to be managed by this mapper.