| C# |
|---|
| public class PracticeSet : IComparable<PracticeSet> |
| #ctor | Initializes an object instance. |
| CompareTo | Provides the default Sort functionality. |
| GetSearchValueIndex | Retrieves the index of the supplied value. |
| SearchValue | Retrieves the value from the Values collection. |
| Interval | Gets or sets the advance interval. |
| Name | Gets or sets the name value. |
| Values | The set values. |