Table of Contents

Class OptionListDetails

Namespace
adas_core.Domain.Models.Masters
Assembly
adas-core.Domain.dll

Represents a container that holds detailed information about a list of options.

public class OptionListDetails
Inheritance
OptionListDetails
Inherited Members
Extension Methods

Remarks

This type is intended to encapsulate the metadata or structure associated with an option list, allowing consumers to access its detailed content in a structured manner.

Properties

BgColor

public Element? BgColor { get; set; }

Property Value

Element

Color

public Element? Color { get; set; }

Property Value

Element

Description

public Element? Description { get; set; }

Property Value

Element

IconCategory

public Element? IconCategory { get; set; }

Property Value

Element

IconColor

public Element? IconColor { get; set; }

Property Value

Element

IconDefault

public Element? IconDefault { get; set; }

Property Value

Element

Name

public Element? Name { get; set; }

Property Value

Element

OptionType

public Element? OptionType { get; set; }

Property Value

Element