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
Initializes a new instance of the SchedulerBindingDataSource.ResourceBindingProvider class.
public ResourceBindingProvider(SchedulerBindingDataSource owner)
The owner scheduler binding data source.
Properties
Gets or sets the mapping information that defines how resource data source fields map to scheduler resource properties.
[Browsable(false)]
public override IMappingInfo Mapping { get; set; }
Overrides:
Gets or sets the factory used to create resource instances when binding to data sources.
[Browsable(false)]
public IResourceFactory ResourceFactory { get; set; }
Methods
Creates a specific scheduler item.
Returns a string that represents the current ResourceBindingProvider.
public override string ToString()
A string that includes the type name and data source binding status.
Overrides: