Skip to content
Auto
Products

IBucketSchedulerDataSource

Namespace: TagBites.WinSchedulers
Assembly: TagBites.WinSchedulers.dll
Product: TagBites.WinSchedulers v. 1.3.8

Provides a mechanism for loading data for BucketScheduler control.

public interface IBucketSchedulerDataSource

Gets the task descriptor.

public virtual BucketSchedulerBucketDescriptor BucketDescriptor { get; }

BucketSchedulerBucketDescriptor

A BucketSchedulerBucketDescriptor representing object providing information about buckets.

Gets the task descriptor.

public virtual BucketSchedulerRowColumnDescriptor ColumnDescriptor { get; }

BucketSchedulerRowColumnDescriptor

A BucketSchedulerRowColumnDescriptor representing object providing information about columns.

Gets the task descriptor.

public virtual BucketSchedulerSummaryDescriptor ColumnSummaryDescriptor { get; }

BucketSchedulerSummaryDescriptor

A BucketSchedulerSummaryDescriptor representing object providing information about columns summaries.

Gets the task descriptor.

public virtual BucketSchedulerRowColumnDescriptor RowDescriptor { get; }

BucketSchedulerRowColumnDescriptor

A BucketSchedulerRowColumnDescriptor representing object providing information about rows.

Gets the task descriptor.

public virtual BucketSchedulerSummaryDescriptor RowSummaryDescriptor { get; }

BucketSchedulerSummaryDescriptor

A BucketSchedulerSummaryDescriptor representing object providing information about rows summaries.

Gets the task descriptor.

public virtual BucketSchedulerTaskDescriptor TaskDescriptor { get; }

BucketSchedulerTaskDescriptor

A BucketSchedulerTaskDescriptor representing object providing information about tasks.

Loads columns.

public virtual IList<object> LoadColumns()

IList<object>

A IList containing all the objects representing columns.

LoadContent(BucketSchedulerDataSourceView)

Section titled “LoadContent(BucketSchedulerDataSourceView)”

Loads content like

public virtual void LoadContent(BucketSchedulerDataSourceView view)

Loads rows.

public virtual IList<object> LoadRows()

IList<object>

A IList containing all the objects representing rows.

Resets loaded data.

public virtual void Reset()