Table of Contents

Class ObservationRowBoxLayout

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

Represents a box layout configuration for displaying observation rows.

public class ObservationRowBoxLayout
Inheritance
ObservationRowBoxLayout
Inherited Members
Extension Methods

Properties

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

Direction

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

Property Value

DisplayConfigEnums.DirectionEnum?

Format

public int? Format { get; set; }

Property Value

int?

GraphConf

public string? GraphConf { get; set; }

Property Value

string

GridColumn

public int GridColumn { get; set; }

Property Value

int

GrowPriority

public double? GrowPriority { get; set; }

Property Value

double?

Icon

public string? Icon { get; set; }

Property Value

string

IsColumn

public bool? IsColumn { get; set; }

Property Value

bool?

IsStatic

public bool? IsStatic { get; set; }

Property Value

bool?

Length

public int? Length { get; set; }

Property Value

int?

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>>

Observations

public List<ObservationRowBoxLayout>? Observations { get; set; }

Property Value

List<ObservationRowBoxLayout>

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

ShowTitle

public bool? ShowTitle { get; set; }

Property Value

bool?

Size

public double? Size { get; set; }

Property Value

double?

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