[]
The LabelCollection is a collection of Label objects which represents all available labels in C1Schedule object model.
public class LabelCollection : BaseCollection<Label>, IList<Label>, ICollection<Label>, IList, ICollection, IReadOnlyList<Label>, IReadOnlyCollection<Label>, IEnumerable<Label>, IEnumerable, INotifyCollectionChanged
Public Class LabelCollection
Inherits BaseCollection(Of Label)
Implements IList(Of Label), ICollection(Of Label), IList, ICollection, IReadOnlyList(Of Label), IReadOnlyCollection(Of Label), IEnumerable(Of Label), IEnumerable, INotifyCollectionChanged
By default it contains the following set of predefined labels:
| Name | Description |
|---|---|
| LabelCollection() | Initializes a new instance of the LabelCollection class. |
| Name | Description |
|---|---|
| NoneLabelId | Defines Id of the None label. |
| Name | Description |
|---|---|
| LoadDefaults() | Restores the collection to its default state. |
| RefreshDefaults() | Refreshes default values honoring current culture settings. |