Interface IResourceMapperFactory
Namespace: Telerik.WinControls.UI.Scheduler
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public interface IResourceMapperFactory
Methods
GetResourceMapper(Object, PropertyDescriptor)
Declaration
ResourceIdMapper GetResourceMapper(object dataSourceItem, PropertyDescriptor resourceIdDescriptor)
Parameters
System.Object
dataSourceItem
|
System.ComponentModel.PropertyDescriptor
resourceIdDescriptor
|
Returns
ResourceIdMapper
|