ISchedulerColorSchemaCollection<T> Members
A base interface which defines a generic collection of color schemas.Properties
Name | Description |
---|---|
Count | Gets the number of objects in the collection. |
Item[Int32] | Gets a SchedulerColorSchema by its number. |
Methods
Name | Description |
---|---|
Add(Object) | Adds a color schema to the collection. |
GetEnumerator() | Returns an enumerator that iterates through the collection. Inherited from IEnumerable<T>. |
GetSchema(Int32, Int32) | Get a color schema by its number or create a new schema based on the specified color value. |
GetSchema(Int32) | Provides access to a color schema by its index. |
HasDefaultContent() | Gets whether the schema collection contains only items created by default. |
LoadDefaults() | Clears all items and creates default content. |
RemoveAt(Int32) | Removes an item with the specified index. |
See Also