Class ColorMappingBuilder
Represents a class for ColorMappingBuilder which includes color mapping values and used to map the color values into the Kanban card.
Inheritance
System.Object
ColorMappingBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class ColorMappingBuilder
Constructors
ColorMappingBuilder(CardSettings)
Initializes a new instance of the ColorMappingBuilder class.
Declaration
public ColorMappingBuilder(CardSettings cardSettings)
Parameters
Type | Name | Description |
---|---|---|
CardSettings | cardSettings | The Kanban CardSettings |
Methods
Add(String, Object)
Initializes a new instance of the ColorMappingBuilder class.
Declaration
public ColorMappingBuilder Add(string key, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The color code valuea string |
System.Object | value | The values object from datasource field mapping for Color |
Returns
Type | Description |
---|---|
ColorMappingBuilder |