Skip to content
Auto
Products

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 ITimeSchedulerDataSource

Gets the resource descriptor.

public virtual TimeSchedulerResourceDescriptor ResourceDescriptor { get; }

TimeSchedulerResourceDescriptor

A TimeSchedulerTaskDescriptor representing object providing information about resources.

Gets the task descriptor.

public virtual TimeSchedulerTaskDescriptor TaskDescriptor { get; }

TimeSchedulerTaskDescriptor

A TimeSchedulerTaskDescriptor representing object providing information about tasks.

Loads content.

public virtual void LoadContent(TimeSchedulerDataSourceView view)

Loads resources.

public virtual IList<object> LoadResources()

IList<object>

A IList containing all the objects representing resources.

Resets loaded data.

public virtual void Reset()