Provides a resource identifier mapper that works with existing resource objects, mapping resource IDs to pre-existing resources in a collection.
Definition
Namespace:Telerik.WinControls.UI.Scheduler
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class ExistingResourceIdMapper : ComplexResourceIdMapperBase
Inheritance: objectResourceIdMapperComplexResourceIdMapperBaseExistingResourceIdMapper
Inherited Members
Constructors
Initializes a new instance of the ExistingResourceIdMapper class with the specified existing resources list and resource ID property descriptor.
public ExistingResourceIdMapper(IList existingResourcesList, PropertyDescriptor resourceIdDescriptor)
The list of existing resources to search for matching resource IDs.
resourceIdDescriptorPropertyDescriptorThe PropertyDescriptor that describes the resource ID property on the resource objects.
Methods
Removes all resources from the target resource list.
public override void ClearResourceIds()
Overrides:
Sets the target resource list where matching existing resources will be added.
public override void SetResourceList(object resourceList)
The target resource list to be managed by this mapper.
Overrides: