Class SchedulerBindingDataSource.ResourceBindingProvider
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class ResourceBindingProvider : BindingProviderBase<IResource>, ISchedulerProvider<IResource>
Constructors
ResourceBindingProvider(SchedulerBindingDataSource)
Initializes a new instance of the SchedulerBindingDataSource.ResourceBindingProvider class.
Declaration
public ResourceBindingProvider(SchedulerBindingDataSource owner)
Parameters
SchedulerBindingDataSource
owner
The owner scheduler binding data source. |
Properties
Mapping
Gets or sets the mapping information that defines how resource data source fields map to scheduler resource properties.
Declaration
public override IMappingInfo Mapping { get; set; }
Property Value
IMappingInfo
|
Overrides
ResourceFactory
Gets or sets the factory used to create resource instances when binding to data sources.
Declaration
public IResourceFactory ResourceFactory { get; set; }
Property Value
IResourceFactory
|
Methods
CreateInstance()
Creates a specific scheduler item.
Declaration
protected override IResource CreateInstance()
Returns
IResource
|
Overrides
ToString()
Returns a string that represents the current ResourceBindingProvider.
Declaration
public override string ToString()
Returns
System.String
A string that includes the type name and data source binding status. |