Table of Contents

Class Cell

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

Represents a single cell, typically used as an individual unit within a larger structured data model such as a grid, table, or matrix.

public class Cell
Inheritance
Cell
Inherited Members
Extension Methods

Properties

BackgroundColor

public string? BackgroundColor { get; set; }

Property Value

string

BgColor

public string? BgColor { get; set; }

Property Value

string

Border

public string? Border { get; set; }

Property Value

string

BorderRadius

public string? BorderRadius { get; set; }

Property Value

string

ChartSettings

public ChartSettings? ChartSettings { get; set; }

Property Value

ChartSettings

Color

public string? Color { get; set; }

Property Value

string

DialogConfig

public DialogConfig? DialogConfig { get; set; }

Property Value

DialogConfig

Direction

public DisplayConfigEnums.DirectionEnum? Direction { get; set; }

Property Value

DisplayConfigEnums.DirectionEnum?

FlexBasis

public string? FlexBasis { get; set; }

Property Value

string

GraphConf

public string? GraphConf { get; set; }

Property Value

string

Grow

public string? Grow { get; set; }

Property Value

string

GrowPriority

public double? GrowPriority { get; set; }

Property Value

double?

HideName

public bool? HideName { get; set; }

Property Value

bool?

IconValueList

public List<IconValueList>? IconValueList { get; set; }

Property Value

List<IconValueList>

IndicatorHorizontal

public bool? IndicatorHorizontal { get; set; }

Property Value

bool?

IsColumn

public bool? IsColumn { get; set; }

Property Value

bool?

IsStatic

public bool? IsStatic { get; set; }

Property Value

bool?

IsVisible

public bool IsVisible { get; set; }

Property Value

bool

Name

public string? Name { get; set; }

Property Value

string

Names

public List<string>? Names { get; set; }

Property Value

List<string>

ObservationName

public List<string>? ObservationName { get; set; }

Property Value

List<string>

ObservationTitle

public List<List<string>?>? ObservationTitle { get; set; }

Property Value

List<List<string>>

OnlyNumber

public bool? OnlyNumber { get; set; }

Property Value

bool?

PaddingBottom

public string? PaddingBottom { get; set; }

Property Value

string

PaddingLeft

public string? PaddingLeft { get; set; }

Property Value

string

PaddingRight

public string? PaddingRight { get; set; }

Property Value

string

PaddingTop

public string? PaddingTop { get; set; }

Property Value

string

ShowArrow

public bool? ShowArrow { get; set; }

Property Value

bool?

ShowIcon

public bool? ShowIcon { get; set; }

Property Value

bool?

ShowIndicator

public bool? ShowIndicator { get; set; }

Property Value

bool?

ShowTitle

public bool? ShowTitle { get; set; }

Property Value

bool?

Shrink

public string? Shrink { get; set; }

Property Value

string

Size

public double? Size { get; set; }

Property Value

double?

SubObs

public List<Cell>? SubObs { get; set; }

Property Value

List<Cell>

SubType

public string? SubType { get; set; }

Property Value

string

TextRules

public List<ObservationTextRule>? TextRules { get; set; }

Property Value

List<ObservationTextRule>

Title

public string? Title { get; set; }

Property Value

string

Type

public DisplayConfigEnums.CellType Type { get; set; }

Property Value

DisplayConfigEnums.CellType

ValuePathKey

public List<string>? ValuePathKey { get; set; }

Property Value

List<string>

ValuePathNested

public string? ValuePathNested { get; set; }

Property Value

string