Class DataItemValue
- Namespace
- JJMasterData.Core.DataDictionary.Models
- Assembly
- JJMasterData.Core.dll
Object responsible for storing the items of a list
public class DataItemValue
- Inheritance
-
DataItemValue
- Inherited Members
Constructors
DataItemValue()
public DataItemValue()
DataItemValue(string, string)
public DataItemValue(string id, string description)
Parameters
DataItemValue(string, string, IconType, string)
public DataItemValue(string id, string description, IconType icon, string iconColor)
Parameters
Properties
Description
[JsonProperty("description")]
[CanBeNull]
public string Description { get; set; }
Property Value
Group
[JsonProperty("group")]
[CanBeNull]
public string Group { get; set; }
Property Value
Icon
[JsonProperty("icon")]
public IconType Icon { get; set; }
Property Value
IconColor
Image color in hexadecimal.
[JsonProperty("imagecolor")]
public string IconColor { get; set; }
Property Value
Examples
#FF112F1
Id
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Methods
DeepCopy()
public DataItemValue DeepCopy()