ClassResourceMapperFactory
Class
Definition
Namespace:Telerik.WinControls.UI.Scheduler
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class ResourceMapperFactory : IResourceMapperFactory
Inheritance: objectResourceMapperFactory
Implements:
Constructors
ResourceMapperFactory(SchedulerBindingDataSource)
Declaration
cs-api-definition
public ResourceMapperFactory(SchedulerBindingDataSource ownerDataSource)
Parameters
ownerDataSource
Properties
OwnerDataSource
Declaration
cs-api-definition
public SchedulerBindingDataSource OwnerDataSource { get; }
Property Value
Methods
GetResourceMapper(object, PropertyDescriptor)
Declaration
cs-api-definition
public virtual ResourceIdMapper GetResourceMapper(object dataSourceItem, PropertyDescriptor resourceIdDescriptor)
Parameters
dataSourceItem
resourceIdDescriptor
Returns
Implements