Table of Contents

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

id string
description string

DataItemValue(string, string, IconType, string)

public DataItemValue(string id, string description, IconType icon, string iconColor)

Parameters

id string
description string
icon IconType
iconColor string

Properties

Description

[JsonProperty("description")]
[CanBeNull]
public string Description { get; set; }

Property Value

string

Group

[JsonProperty("group")]
[CanBeNull]
public string Group { get; set; }

Property Value

string

Icon

[JsonProperty("icon")]
public IconType Icon { get; set; }

Property Value

IconType

IconColor

Image color in hexadecimal.

[JsonProperty("imagecolor")]
public string IconColor { get; set; }

Property Value

string

Examples

#FF112F1

Id

[JsonProperty("id")]
public string Id { get; set; }

Property Value

string

Methods

DeepCopy()

public DataItemValue DeepCopy()

Returns

DataItemValue