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 IBucketSchedulerDataSourceProperties
Section titled “Properties”BucketDescriptor
Section titled “BucketDescriptor”Gets the task descriptor.
public virtual BucketSchedulerBucketDescriptor BucketDescriptor { get; }Property Value
Section titled “Property Value”BucketSchedulerBucketDescriptor
A BucketSchedulerBucketDescriptor representing object providing information about buckets.
ColumnDescriptor
Section titled “ColumnDescriptor”Gets the task descriptor.
public virtual BucketSchedulerRowColumnDescriptor ColumnDescriptor { get; }Property Value
Section titled “Property Value”BucketSchedulerRowColumnDescriptor
A BucketSchedulerRowColumnDescriptor representing object providing information about columns.
ColumnSummaryDescriptor
Section titled “ColumnSummaryDescriptor”Gets the task descriptor.
public virtual BucketSchedulerSummaryDescriptor ColumnSummaryDescriptor { get; }Property Value
Section titled “Property Value”BucketSchedulerSummaryDescriptor
A BucketSchedulerSummaryDescriptor representing object providing information about columns summaries.
RowDescriptor
Section titled “RowDescriptor”Gets the task descriptor.
public virtual BucketSchedulerRowColumnDescriptor RowDescriptor { get; }Property Value
Section titled “Property Value”BucketSchedulerRowColumnDescriptor
A BucketSchedulerRowColumnDescriptor representing object providing information about rows.
RowSummaryDescriptor
Section titled “RowSummaryDescriptor”Gets the task descriptor.
public virtual BucketSchedulerSummaryDescriptor RowSummaryDescriptor { get; }Property Value
Section titled “Property Value”BucketSchedulerSummaryDescriptor
A BucketSchedulerSummaryDescriptor representing object providing information about rows summaries.
TaskDescriptor
Section titled “TaskDescriptor”Gets the task descriptor.
public virtual BucketSchedulerTaskDescriptor TaskDescriptor { get; }Property Value
Section titled “Property Value”A BucketSchedulerTaskDescriptor representing object providing information about tasks.
Methods
Section titled “Methods”LoadColumns()
Section titled “LoadColumns()”Loads columns.
public virtual IList<object> LoadColumns()Returns
Section titled “Returns”A IList containing all the objects representing columns.
LoadContent(BucketSchedulerDataSourceView)
Section titled “LoadContent(BucketSchedulerDataSourceView)”Loads content like
public virtual void LoadContent(BucketSchedulerDataSourceView view)Parameters
Section titled “Parameters”viewBucketSchedulerDataSourceView
Data source view storing data.
LoadRows()
Section titled “LoadRows()”Loads rows.
public virtual IList<object> LoadRows()Returns
Section titled “Returns”A IList containing all the objects representing rows.
Reset()
Section titled “Reset()”Resets loaded data.
public virtual void Reset()