Class ColorIndexProvider
List of named colors from the "ColorIndex" enum.
Steps to change the palette:
- Add to the end of the ColorIndex enum (in Modelling)
- Add to this provider. The color palette in SCIL uses the color code in the styleHint field
- Update colors in fullcalendar.so.less so that css class colorX has the same color code returned by this list.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("ColorIndex")]
public class ColorIndexProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
ColorIndexProvider()
Declaration
public ColorIndexProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "ColorIndex"
Field Value
Type | Description |
---|---|
System.String |
Methods
AddItems()
Create the hard-coded item list
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)