Provides a simple resource identifier mapper that works with basic collections containing resource ID values directly.
Definition
Namespace:Telerik.WinControls.UI.Scheduler
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class SimpleResourceIdMapper : ResourceIdMapper
Inheritance: objectResourceIdMapperSimpleResourceIdMapper
Inherited Members
Constructors
Initializes a new instance of the SimpleResourceIdMapper class with the specified collection type.
C#
public SimpleResourceIdMapper(Type collectionType)
The type of the collection elements that this mapper will work with.
Methods
Removes all resource identifiers from the underlying list.
C#
public override void ClearResourceIds()
Overrides: