ClassSchedulerBindingDataSource.ResourceBindingProvider
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class SchedulerBindingDataSource.ResourceBindingProvider : BindingProviderBase<IResource>, IComponent, IDisposable, IBindingListView, IBindingList, IList, ICollection, IEnumerable, ITypedList, ICancelAddNew, ISupportInitializeNotification, ISupportInitialize, ICurrencyManagerProvider, ISchedulerProvider<IResource>
Inheritance: objectMarshalByRefObjectComponentBindingSourceBindingProviderBase<IResource>SchedulerBindingDataSource.ResourceBindingProvider
Implements:
Inherited Members
Constructors
ResourceBindingProvider(SchedulerBindingDataSource)
Initializes a new instance of the SchedulerBindingDataSource.ResourceBindingProvider class.
Declaration
public ResourceBindingProvider(SchedulerBindingDataSource owner)
Parameters
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
[Browsable(false)]
public override IMappingInfo Mapping { get; set; }
Property Value
Overrides
ResourceFactory
Gets or sets the factory used to create resource instances when binding to data sources.
Declaration
[Browsable(false)]
public IResourceFactory ResourceFactory { get; set; }
Property Value
Methods
CreateInstance()
Creates a specific scheduler item.
Declaration
protected override IResource CreateInstance()
Returns
Overrides
ToString()
Returns a string that represents the current ResourceBindingProvider.
Declaration
public override string ToString()
Returns
A string that includes the type name and data source binding status.
Overrides