Show / Hide Table of Contents

Class ColorIndexProvider

List of named colors from the "ColorIndex" enum.

Steps to change the palette:

  1. Add to the end of the ColorIndex enum (in Modelling)
  2. Add to this provider. The color palette in SCIL uses the color code in the styleHint field
  3. Update colors in fullcalendar.so.less so that css class colorX has the same color code returned by this list.
Inheritance
Object
LiteralsOnlyBase
ColorIndexProvider
Implements
ISoListProvider
ISoList
Inherited Members
LiteralsOnlyBase.Construct(String, String, Int32[], Boolean, String, Boolean)
LiteralsOnlyBase.ListName
LiteralsOnlyBase.ExtraInfo
LiteralsOnlyBase.SearchValue
LiteralsOnlyBase.RawRootItems
LiteralsOnlyBase.RawHeadingItems
LiteralsOnlyBase.RawHistoryItems
LiteralsOnlyBase.HistoryInfo
LiteralsOnlyBase.HistoryItems
LiteralsOnlyBase.RootItems
LiteralsOnlyBase.HeadingItems
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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
String

Methods

AddItems()

Create the hard-coded item list

Declaration
protected override void AddItems()
Overrides
LiteralsOnlyBase.AddItems()

Implements

ISoListProvider
ISoList

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top