ListResourceIdMapper
Provides a resource identifier mapper that works with IList collections and uses constructor information to create new resource objects.
Definition
Namespace:Telerik.WinControls.UI.Scheduler
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class ListResourceIdMapper : ComplexResourceIdMapper
Inheritance: objectResourceIdMapperComplexResourceIdMapperBaseComplexResourceIdMapperListResourceIdMapper
Inherited Members
Constructors
Initializes a new instance of the ListResourceIdMapper class with the specified constructor and resource ID property descriptor.
public ListResourceIdMapper(ConstructorInfo constructorInfo, PropertyDescriptor resourceIdDescriptor)
The ConstructorInfo used to create new resource objects.
resourceIdDescriptorPropertyDescriptorThe PropertyDescriptor that describes the resource ID property on the complex objects.
Methods
Adds the created resource ID object to the underlying list.
protected override void AddResourceIdCore(object resourceIdObject)
The resource ID object to add to the list.
Overrides:
Removes all resource identifiers from the underlying list.
public override void ClearResourceIds()
Overrides:
Creates a new resource ID object using the provided constructor information.
protected override object CreateResourceIdCore()
A new resource ID object instance, or null if the constructor is not available.
Overrides:
Sets the resource list and initializes the list interface for managing resource objects.
public override void SetResourceList(object resourceList)
The resource list to be managed by this mapper.
Overrides: