ITimeSchedulerDataSource
Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8
Provides a mechanism for loading data for TimeScheduler control.
public interface ITimeSchedulerDataSourceProperties
Section titled “Properties”ResourceDescriptor
Section titled “ResourceDescriptor”Gets the resource descriptor.
public virtual TimeSchedulerResourceDescriptor ResourceDescriptor { get; }Property Value
Section titled “Property Value”TimeSchedulerResourceDescriptor
A TimeSchedulerTaskDescriptor representing object providing information about resources.
TaskDescriptor
Section titled “TaskDescriptor”Gets the task descriptor.
public virtual TimeSchedulerTaskDescriptor TaskDescriptor { get; }Property Value
Section titled “Property Value”A TimeSchedulerTaskDescriptor representing object providing information about tasks.
Methods
Section titled “Methods”LoadContent(TimeSchedulerDataSourceView)
Section titled “LoadContent(TimeSchedulerDataSourceView)”Loads content.
public virtual void LoadContent(TimeSchedulerDataSourceView view)Parameters
Section titled “Parameters”viewTimeSchedulerDataSourceView
Data source view storing data.
LoadResources()
Section titled “LoadResources()”Loads resources.
public virtual IList<object> LoadResources()Returns
Section titled “Returns”A IList containing all the objects representing resources.
Reset()
Section titled “Reset()”Resets loaded data.
public virtual void Reset()