Provides a base class for complex resource identifier mappers that work with collections of complex objects containing resource ID properties.
Definition
Namespace:Telerik.WinControls.UI.Scheduler
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public abstract class ComplexResourceIdMapperBase : ResourceIdMapper
Inheritance: objectResourceIdMapperComplexResourceIdMapperBase
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the ComplexResourceIdMapperBase class with the specified resource ID property descriptor.
public ComplexResourceIdMapperBase(PropertyDescriptor resourceIdDescriptor)
The PropertyDescriptor that describes the resource ID property on the complex objects.
Properties
Gets the property descriptor that describes the resource ID property on the complex objects managed by this mapper.
protected PropertyDescriptor ResourceIdDescriptor { get; }
Methods
Adds a resource identifier to the collection, handling the end of new item operations if the collection supports ICancelAddNew.
Sets the resource collection that this mapper will operate on, initializing the necessary interfaces for collection manipulation.
public override void SetResourceList(object resourceList)
The resource collection to be managed by this mapper.
Overrides: