Class CellDetails
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a container for detailed information about an individual cell.
public class CellDetails
- Inheritance
-
CellDetails
- Inherited Members
- Extension Methods
Properties
BackgroundColor
public string? BackgroundColor { get; set; }
Property Value
Cells
public List<CellDetails>? Cells { get; set; }
Property Value
ChartSettings
public ChartSettings? ChartSettings { get; set; }
Property Value
Color
public string? Color { get; set; }
Property Value
DialogConfig
public DialogConfig? DialogConfig { get; set; }
Property Value
FlexBasis
public string? FlexBasis { get; set; }
Property Value
FlexDirection
public string? FlexDirection { get; set; }
Property Value
Grow
public string? Grow { get; set; }
Property Value
GrowPriority
public double GrowPriority { get; set; }
Property Value
IconValueList
public List<IconValueList>? IconValueList { get; set; }
Property Value
IsStatic
public bool? IsStatic { get; set; }
Property Value
- bool?
IsVisible
public bool IsVisible { get; set; }
Property Value
Name
public string? Name { get; set; }
Property Value
ObservationName
public List<string>? ObservationName { get; set; }
Property Value
PaddingBottom
public string? PaddingBottom { get; set; }
Property Value
PaddingLeft
public string? PaddingLeft { get; set; }
Property Value
PaddingRight
public string? PaddingRight { get; set; }
Property Value
PaddingTop
public string? PaddingTop { get; set; }
Property Value
ShowIcon
public bool? ShowIcon { get; set; }
Property Value
- bool?
ShowTitle
public bool? ShowTitle { get; set; }
Property Value
- bool?
Shrink
public string? Shrink { get; set; }
Property Value
SubType
public string? SubType { get; set; }
Property Value
TextRules
public List<ObservationTextRule>? TextRules { get; set; }
Property Value
Title
public string? Title { get; set; }
Property Value
Type
public DisplayConfigEnums.CellType Type { get; set; }
Property Value
ValuePathKey
public List<string>? ValuePathKey { get; set; }
Property Value
ValuePathNested
public string? ValuePathNested { get; set; }