### YamlMime:ManagedReference items: - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout commentId: T:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout id: ObservationRowBoxLayout parent: adas_core.Domain.Models.MongoModels children: - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.BgColor - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Border - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.BorderRadius - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ChartSettings - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Direction - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Format - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GraphConf - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GridColumn - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GrowPriority - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Icon - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.IsColumn - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.IsStatic - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Length - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Name - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Names - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ObservationName - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ObservationTitle - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Observations - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingBottom - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingLeft - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingRight - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingTop - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ShowTitle - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Size - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.SubType - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.TextRules - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Title - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Type - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ValuePathKey - adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ValuePathNested langs: - csharp - vb name: ObservationRowBoxLayout nameWithType: ObservationRowBoxLayout fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout type: Class source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: ObservationRowBoxLayout path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1179 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels summary: Represents a box layout configuration for displaying observation rows. example: [] syntax: content: public class ObservationRowBoxLayout content.vb: Public Class ObservationRowBoxLayout inheritance: - System.Object inheritedMembers: - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.ToString extensionMethods: - System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber - System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble - System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.TextRules commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.TextRules id: TextRules parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: TextRules nameWithType: ObservationRowBoxLayout.TextRules fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.TextRules type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: TextRules path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1181 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public List? TextRules { get; set; } parameters: [] return: type: System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.ObservationTextRule} content.vb: Public Property TextRules As List(Of ObservationTextRule) overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.TextRules* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ChartSettings commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ChartSettings id: ChartSettings parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: ChartSettings nameWithType: ObservationRowBoxLayout.ChartSettings fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ChartSettings type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: ChartSettings path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1182 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public ChartSettings? ChartSettings { get; set; } parameters: [] return: type: adas_core.Domain.Models.MongoModels.ChartSettings content.vb: Public Property ChartSettings As ChartSettings overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ChartSettings* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ShowTitle commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ShowTitle id: ShowTitle parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: ShowTitle nameWithType: ObservationRowBoxLayout.ShowTitle fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ShowTitle type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: ShowTitle path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1183 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public bool? ShowTitle { get; set; } parameters: [] return: type: System.Nullable{System.Boolean} content.vb: Public Property ShowTitle As Boolean? overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ShowTitle* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GrowPriority commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GrowPriority id: GrowPriority parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: GrowPriority nameWithType: ObservationRowBoxLayout.GrowPriority fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GrowPriority type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GrowPriority path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1185 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public double? GrowPriority { get; set; } parameters: [] return: type: System.Nullable{System.Double} content.vb: Public Property GrowPriority As Double? overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GrowPriority* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Type commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Type id: Type parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: Type nameWithType: ObservationRowBoxLayout.Type fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Type type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Type path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1186 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public DisplayConfigEnums.CellType Type { get; set; } parameters: [] return: type: adas_core.Domain.Enums.DisplayConfigEnums.CellType content.vb: Public Property Type As DisplayConfigEnums.CellType overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Type* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.SubType commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.SubType id: SubType parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: SubType nameWithType: ObservationRowBoxLayout.SubType fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.SubType type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: SubType path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1187 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public string? SubType { get; set; } parameters: [] return: type: System.String content.vb: Public Property SubType As String overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.SubType* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Name commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Name id: Name parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: Name nameWithType: ObservationRowBoxLayout.Name fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Name type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Name path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1188 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public string? Name { get; set; } parameters: [] return: type: System.String content.vb: Public Property Name As String overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Name* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Icon commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Icon id: Icon parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: Icon nameWithType: ObservationRowBoxLayout.Icon fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Icon type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Icon path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1189 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public string? Icon { get; set; } parameters: [] return: type: System.String content.vb: Public Property Icon As String overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Icon* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Title commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Title id: Title parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: Title nameWithType: ObservationRowBoxLayout.Title fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Title type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Title path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1191 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public string? Title { get; set; } parameters: [] return: type: System.String content.vb: Public Property Title As String overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Title* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GridColumn commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GridColumn id: GridColumn parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: GridColumn nameWithType: ObservationRowBoxLayout.GridColumn fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GridColumn type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GridColumn path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1192 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public int GridColumn { get; set; } parameters: [] return: type: System.Int32 content.vb: Public Property GridColumn As Integer overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GridColumn* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.IsColumn commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.IsColumn id: IsColumn parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: IsColumn nameWithType: ObservationRowBoxLayout.IsColumn fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.IsColumn type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: IsColumn path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1193 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public bool? IsColumn { get; set; } parameters: [] return: type: System.Nullable{System.Boolean} content.vb: Public Property IsColumn As Boolean? overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.IsColumn* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.IsStatic commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.IsStatic id: IsStatic parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: IsStatic nameWithType: ObservationRowBoxLayout.IsStatic fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.IsStatic type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: IsStatic path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1194 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public bool? IsStatic { get; set; } parameters: [] return: type: System.Nullable{System.Boolean} content.vb: Public Property IsStatic As Boolean? overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.IsStatic* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GraphConf commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GraphConf id: GraphConf parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: GraphConf nameWithType: ObservationRowBoxLayout.GraphConf fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GraphConf type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: GraphConf path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1195 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public string? GraphConf { get; set; } parameters: [] return: type: System.String content.vb: Public Property GraphConf As String overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GraphConf* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Names commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Names id: Names parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: Names nameWithType: ObservationRowBoxLayout.Names fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Names type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Names path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1196 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public List? Names { get; set; } parameters: [] return: type: System.Collections.Generic.List{System.String} content.vb: Public Property Names As List(Of String) overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Names* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ObservationName commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ObservationName id: ObservationName parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: ObservationName nameWithType: ObservationRowBoxLayout.ObservationName fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ObservationName type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: ObservationName path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1197 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public List? ObservationName { get; set; } parameters: [] return: type: System.Collections.Generic.List{System.String} content.vb: Public Property ObservationName As List(Of String) overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ObservationName* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ObservationTitle commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ObservationTitle id: ObservationTitle parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: ObservationTitle nameWithType: ObservationRowBoxLayout.ObservationTitle fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ObservationTitle type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: ObservationTitle path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1198 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public List?>? ObservationTitle { get; set; } parameters: [] return: type: System.Collections.Generic.List{System.Collections.Generic.List{System.String}} content.vb: Public Property ObservationTitle As List(Of List(Of String)) overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ObservationTitle* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Observations commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Observations id: Observations parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: Observations nameWithType: ObservationRowBoxLayout.Observations fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Observations type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Observations path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1199 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public List? Observations { get; set; } parameters: [] return: type: System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout} content.vb: Public Property Observations As List(Of ObservationRowBoxLayout) overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Observations* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.BgColor commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.BgColor id: BgColor parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: BgColor nameWithType: ObservationRowBoxLayout.BgColor fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.BgColor type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: BgColor path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1200 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public string? BgColor { get; set; } parameters: [] return: type: System.String content.vb: Public Property BgColor As String overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.BgColor* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingTop commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingTop id: PaddingTop parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: PaddingTop nameWithType: ObservationRowBoxLayout.PaddingTop fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingTop type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: PaddingTop path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1201 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public string? PaddingTop { get; set; } parameters: [] return: type: System.String content.vb: Public Property PaddingTop As String overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingTop* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingBottom commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingBottom id: PaddingBottom parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: PaddingBottom nameWithType: ObservationRowBoxLayout.PaddingBottom fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingBottom type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: PaddingBottom path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1202 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public string? PaddingBottom { get; set; } parameters: [] return: type: System.String content.vb: Public Property PaddingBottom As String overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingBottom* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingLeft commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingLeft id: PaddingLeft parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: PaddingLeft nameWithType: ObservationRowBoxLayout.PaddingLeft fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingLeft type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: PaddingLeft path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1203 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public string? PaddingLeft { get; set; } parameters: [] return: type: System.String content.vb: Public Property PaddingLeft As String overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingLeft* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingRight commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingRight id: PaddingRight parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: PaddingRight nameWithType: ObservationRowBoxLayout.PaddingRight fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingRight type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: PaddingRight path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1204 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public string? PaddingRight { get; set; } parameters: [] return: type: System.String content.vb: Public Property PaddingRight As String overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingRight* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Border commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Border id: Border parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: Border nameWithType: ObservationRowBoxLayout.Border fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Border type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Border path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1205 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public string? Border { get; set; } parameters: [] return: type: System.String content.vb: Public Property Border As String overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Border* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.BorderRadius commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.BorderRadius id: BorderRadius parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: BorderRadius nameWithType: ObservationRowBoxLayout.BorderRadius fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.BorderRadius type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: BorderRadius path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1206 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public string? BorderRadius { get; set; } parameters: [] return: type: System.String content.vb: Public Property BorderRadius As String overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.BorderRadius* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ValuePathNested commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ValuePathNested id: ValuePathNested parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: ValuePathNested nameWithType: ObservationRowBoxLayout.ValuePathNested fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ValuePathNested type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: ValuePathNested path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1207 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public string? ValuePathNested { get; set; } parameters: [] return: type: System.String content.vb: Public Property ValuePathNested As String overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ValuePathNested* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ValuePathKey commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ValuePathKey id: ValuePathKey parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: ValuePathKey nameWithType: ObservationRowBoxLayout.ValuePathKey fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ValuePathKey type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: ValuePathKey path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1208 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public List? ValuePathKey { get; set; } parameters: [] return: type: System.Collections.Generic.List{System.String} content.vb: Public Property ValuePathKey As List(Of String) overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ValuePathKey* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Size commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Size id: Size parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: Size nameWithType: ObservationRowBoxLayout.Size fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Size type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Size path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1209 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public double? Size { get; set; } parameters: [] return: type: System.Nullable{System.Double} content.vb: Public Property Size As Double? overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Size* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Format commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Format id: Format parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: Format nameWithType: ObservationRowBoxLayout.Format fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Format type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Format path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1210 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public int? Format { get; set; } parameters: [] return: type: System.Nullable{System.Int32} content.vb: Public Property Format As Integer? overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Format* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Length commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Length id: Length parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: Length nameWithType: ObservationRowBoxLayout.Length fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Length type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Length path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1211 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public int? Length { get; set; } parameters: [] return: type: System.Nullable{System.Int32} content.vb: Public Property Length As Integer? overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Length* - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Direction commentId: P:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Direction id: Direction parent: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout langs: - csharp - vb name: Direction nameWithType: ObservationRowBoxLayout.Direction fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Direction type: Property source: remote: path: adas-core.Domain/Models/MongoModels/DisplayConfig.cs branch: document/release/1.0.1 repo: https://git.teralevel.io/adas/adas-core.git id: Direction path: ../../adas-core.Domain/Models/MongoModels/DisplayConfig.cs startLine: 1212 assemblies: - adas-core.Domain namespace: adas_core.Domain.Models.MongoModels syntax: content: public DisplayConfigEnums.DirectionEnum? Direction { get; set; } parameters: [] return: type: System.Nullable{adas_core.Domain.Enums.DisplayConfigEnums.DirectionEnum} content.vb: Public Property Direction As DisplayConfigEnums.DirectionEnum? overload: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Direction* references: - uid: adas_core.Domain.Models.MongoModels commentId: N:adas_core.Domain.Models.MongoModels href: adas_core.html name: adas_core.Domain.Models.MongoModels nameWithType: adas_core.Domain.Models.MongoModels fullName: adas_core.Domain.Models.MongoModels spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.MongoModels name: MongoModels href: adas_core.Domain.Models.MongoModels.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Models name: Models href: adas_core.Domain.Models.html - name: . - uid: adas_core.Domain.Models.MongoModels name: MongoModels href: adas_core.Domain.Models.MongoModels.html - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) name: Equals(object) nameWithType: object.Equals(object) fullName: object.Equals(object) nameWithType.vb: Object.Equals(Object) fullName.vb: Object.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode name: GetHashCode() nameWithType: object.GetHashCode() fullName: object.GetHashCode() nameWithType.vb: Object.GetHashCode() fullName.vb: Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone name: MemberwiseClone() nameWithType: object.MemberwiseClone() fullName: object.MemberwiseClone() nameWithType.vb: Object.MemberwiseClone() fullName.vb: Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring name: ToString() nameWithType: object.ToString() fullName: object.ToString() nameWithType.vb: Object.ToString() fullName.vb: Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) spec.vb: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) - uid: System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) parent: adas_core.Domain.Utils.NumberUtils definition: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ name: IsNumber(object) nameWithType: NumberUtils.IsNumber(object) fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object) nameWithType.vb: NumberUtils.IsNumber(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object) name.vb: IsNumber(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) parent: adas_core.Domain.Utils.NumberUtils definition: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ name: ToDouble(object) nameWithType: NumberUtils.ToDouble(object) fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object) nameWithType.vb: NumberUtils.ToDouble(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object) name.vb: ToDouble(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) parent: adas_core.Domain.Utils.ObjectUtils definition: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ name: ToStr(object) nameWithType: ObjectUtils.ToStr(object) fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object) nameWithType.vb: ObjectUtils.ToStr(Object) fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object) name.vb: ToStr(Object) spec.csharp: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) isExternal: true href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ name: IsNumber(object) nameWithType: NumberUtils.IsNumber(object) fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object) nameWithType.vb: NumberUtils.IsNumber(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object) name.vb: IsNumber(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object) name: IsNumber href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: adas_core.Domain.Utils.NumberUtils commentId: T:adas_core.Domain.Utils.NumberUtils parent: adas_core.Domain.Utils href: adas_core.Domain.Utils.NumberUtils.html name: NumberUtils nameWithType: NumberUtils fullName: adas_core.Domain.Utils.NumberUtils - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) isExternal: true href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ name: ToDouble(object) nameWithType: NumberUtils.ToDouble(object) fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object) nameWithType.vb: NumberUtils.ToDouble(Object) fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object) name.vb: ToDouble(Object) spec.csharp: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object) name: ToDouble href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) isExternal: true href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ name: ToStr(object) nameWithType: ObjectUtils.ToStr(object) fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object) nameWithType.vb: ObjectUtils.ToStr(Object) fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object) name.vb: ToStr(Object) spec.csharp: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object) name: ToStr href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_ - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: adas_core.Domain.Utils.ObjectUtils commentId: T:adas_core.Domain.Utils.ObjectUtils parent: adas_core.Domain.Utils href: adas_core.Domain.Utils.ObjectUtils.html name: ObjectUtils nameWithType: ObjectUtils fullName: adas_core.Domain.Utils.ObjectUtils - uid: adas_core.Domain.Utils commentId: N:adas_core.Domain.Utils href: adas_core.html name: adas_core.Domain.Utils nameWithType: adas_core.Domain.Utils fullName: adas_core.Domain.Utils spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Utils name: Utils href: adas_core.Domain.Utils.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Utils name: Utils href: adas_core.Domain.Utils.html - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.TextRules* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.TextRules href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_TextRules name: TextRules nameWithType: ObservationRowBoxLayout.TextRules fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.TextRules - uid: System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.ObservationTextRule} commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.ObservationTextRule} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of ObservationTextRule) fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.ObservationTextRule) name.vb: List(Of ObservationTextRule) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: adas_core.Domain.Models.MongoModels.ObservationTextRule name: ObservationTextRule href: adas_core.Domain.Models.MongoModels.ObservationTextRule.html - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.MongoModels.ObservationTextRule name: ObservationTextRule href: adas_core.Domain.Models.MongoModels.ObservationTextRule.html - name: ) - uid: System.Collections.Generic.List`1 commentId: T:System.Collections.Generic.List`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of T) fullName.vb: System.Collections.Generic.List(Of T) name.vb: List(Of T) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: System.Collections.Generic commentId: N:System.Collections.Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Collections.Generic nameWithType: System.Collections.Generic fullName: System.Collections.Generic spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.Generic name: Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.Generic name: Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ChartSettings* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ChartSettings href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_ChartSettings name: ChartSettings nameWithType: ObservationRowBoxLayout.ChartSettings fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ChartSettings - uid: adas_core.Domain.Models.MongoModels.ChartSettings commentId: T:adas_core.Domain.Models.MongoModels.ChartSettings parent: adas_core.Domain.Models.MongoModels href: adas_core.Domain.Models.MongoModels.ChartSettings.html name: ChartSettings nameWithType: ChartSettings fullName: adas_core.Domain.Models.MongoModels.ChartSettings - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ShowTitle* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ShowTitle href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_ShowTitle name: ShowTitle nameWithType: ObservationRowBoxLayout.ShowTitle fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ShowTitle - uid: System.Nullable{System.Boolean} commentId: T:System.Nullable{System.Boolean} parent: System definition: System.Nullable`1 href: https://learn.microsoft.com/dotnet/api/system.boolean name: bool? nameWithType: bool? fullName: bool? nameWithType.vb: Boolean? fullName.vb: Boolean? name.vb: Boolean? spec.csharp: - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '?' spec.vb: - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '?' - uid: System.Nullable`1 commentId: T:System.Nullable`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 name: Nullable nameWithType: Nullable fullName: System.Nullable nameWithType.vb: Nullable(Of T) fullName.vb: System.Nullable(Of T) name.vb: Nullable(Of T) spec.csharp: - uid: System.Nullable`1 name: Nullable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Nullable`1 name: Nullable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.nullable-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GrowPriority* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GrowPriority href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_GrowPriority name: GrowPriority nameWithType: ObservationRowBoxLayout.GrowPriority fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GrowPriority - uid: System.Nullable{System.Double} commentId: T:System.Nullable{System.Double} parent: System definition: System.Nullable`1 href: https://learn.microsoft.com/dotnet/api/system.double name: double? nameWithType: double? fullName: double? nameWithType.vb: Double? fullName.vb: Double? name.vb: Double? spec.csharp: - uid: System.Double name: double isExternal: true href: https://learn.microsoft.com/dotnet/api/system.double - name: '?' spec.vb: - uid: System.Double name: Double isExternal: true href: https://learn.microsoft.com/dotnet/api/system.double - name: '?' - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Type* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Type href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_Type name: Type nameWithType: ObservationRowBoxLayout.Type fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Type - uid: adas_core.Domain.Enums.DisplayConfigEnums.CellType commentId: T:adas_core.Domain.Enums.DisplayConfigEnums.CellType parent: adas_core.Domain.Enums href: adas_core.Domain.Enums.DisplayConfigEnums.html name: DisplayConfigEnums.CellType nameWithType: DisplayConfigEnums.CellType fullName: adas_core.Domain.Enums.DisplayConfigEnums.CellType spec.csharp: - uid: adas_core.Domain.Enums.DisplayConfigEnums name: DisplayConfigEnums href: adas_core.Domain.Enums.DisplayConfigEnums.html - name: . - uid: adas_core.Domain.Enums.DisplayConfigEnums.CellType name: CellType href: adas_core.Domain.Enums.DisplayConfigEnums.CellType.html spec.vb: - uid: adas_core.Domain.Enums.DisplayConfigEnums name: DisplayConfigEnums href: adas_core.Domain.Enums.DisplayConfigEnums.html - name: . - uid: adas_core.Domain.Enums.DisplayConfigEnums.CellType name: CellType href: adas_core.Domain.Enums.DisplayConfigEnums.CellType.html - uid: adas_core.Domain.Enums commentId: N:adas_core.Domain.Enums href: adas_core.html name: adas_core.Domain.Enums nameWithType: adas_core.Domain.Enums fullName: adas_core.Domain.Enums spec.csharp: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Enums name: Enums href: adas_core.Domain.Enums.html spec.vb: - uid: adas_core name: adas_core href: adas_core.html - name: . - uid: adas_core.Domain name: Domain href: adas_core.Domain.html - name: . - uid: adas_core.Domain.Enums name: Enums href: adas_core.Domain.Enums.html - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.SubType* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.SubType href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_SubType name: SubType nameWithType: ObservationRowBoxLayout.SubType fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.SubType - uid: System.String commentId: T:System.String parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: string nameWithType: string fullName: string nameWithType.vb: String fullName.vb: String name.vb: String - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Name* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Name href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_Name name: Name nameWithType: ObservationRowBoxLayout.Name fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Name - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Icon* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Icon href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_Icon name: Icon nameWithType: ObservationRowBoxLayout.Icon fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Icon - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Title* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Title href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_Title name: Title nameWithType: ObservationRowBoxLayout.Title fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Title - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GridColumn* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GridColumn href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_GridColumn name: GridColumn nameWithType: ObservationRowBoxLayout.GridColumn fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GridColumn - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 name: int nameWithType: int fullName: int nameWithType.vb: Integer fullName.vb: Integer name.vb: Integer - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.IsColumn* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.IsColumn href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_IsColumn name: IsColumn nameWithType: ObservationRowBoxLayout.IsColumn fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.IsColumn - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.IsStatic* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.IsStatic href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_IsStatic name: IsStatic nameWithType: ObservationRowBoxLayout.IsStatic fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.IsStatic - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GraphConf* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GraphConf href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_GraphConf name: GraphConf nameWithType: ObservationRowBoxLayout.GraphConf fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.GraphConf - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Names* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Names href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_Names name: Names nameWithType: ObservationRowBoxLayout.Names fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Names - uid: System.Collections.Generic.List{System.String} commentId: T:System.Collections.Generic.List{System.String} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of String) fullName.vb: System.Collections.Generic.List(Of String) name.vb: List(Of String) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ObservationName* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ObservationName href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_ObservationName name: ObservationName nameWithType: ObservationRowBoxLayout.ObservationName fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ObservationName - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ObservationTitle* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ObservationTitle href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_ObservationTitle name: ObservationTitle nameWithType: ObservationRowBoxLayout.ObservationTitle fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ObservationTitle - uid: System.Collections.Generic.List{System.Collections.Generic.List{System.String}} commentId: T:System.Collections.Generic.List{System.Collections.Generic.List{System.String}} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List> nameWithType: List> fullName: System.Collections.Generic.List> nameWithType.vb: List(Of List(Of String)) fullName.vb: System.Collections.Generic.List(Of System.Collections.Generic.List(Of String)) name.vb: List(Of List(Of String)) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: '>' - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - name: ) - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Observations* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Observations href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_Observations name: Observations nameWithType: ObservationRowBoxLayout.Observations fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Observations - uid: System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout} commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of ObservationRowBoxLayout) fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout) name.vb: List(Of ObservationRowBoxLayout) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout name: ObservationRowBoxLayout href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout name: ObservationRowBoxLayout href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html - name: ) - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.BgColor* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.BgColor href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_BgColor name: BgColor nameWithType: ObservationRowBoxLayout.BgColor fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.BgColor - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingTop* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingTop href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_PaddingTop name: PaddingTop nameWithType: ObservationRowBoxLayout.PaddingTop fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingTop - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingBottom* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingBottom href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_PaddingBottom name: PaddingBottom nameWithType: ObservationRowBoxLayout.PaddingBottom fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingBottom - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingLeft* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingLeft href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_PaddingLeft name: PaddingLeft nameWithType: ObservationRowBoxLayout.PaddingLeft fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingLeft - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingRight* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingRight href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_PaddingRight name: PaddingRight nameWithType: ObservationRowBoxLayout.PaddingRight fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.PaddingRight - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Border* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Border href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_Border name: Border nameWithType: ObservationRowBoxLayout.Border fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Border - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.BorderRadius* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.BorderRadius href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_BorderRadius name: BorderRadius nameWithType: ObservationRowBoxLayout.BorderRadius fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.BorderRadius - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ValuePathNested* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ValuePathNested href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_ValuePathNested name: ValuePathNested nameWithType: ObservationRowBoxLayout.ValuePathNested fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ValuePathNested - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ValuePathKey* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ValuePathKey href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_ValuePathKey name: ValuePathKey nameWithType: ObservationRowBoxLayout.ValuePathKey fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.ValuePathKey - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Size* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Size href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_Size name: Size nameWithType: ObservationRowBoxLayout.Size fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Size - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Format* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Format href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_Format name: Format nameWithType: ObservationRowBoxLayout.Format fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Format - uid: System.Nullable{System.Int32} commentId: T:System.Nullable{System.Int32} parent: System definition: System.Nullable`1 href: https://learn.microsoft.com/dotnet/api/system.int32 name: int? nameWithType: int? fullName: int? nameWithType.vb: Integer? fullName.vb: Integer? name.vb: Integer? spec.csharp: - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: '?' spec.vb: - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: '?' - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Length* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Length href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_Length name: Length nameWithType: ObservationRowBoxLayout.Length fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Length - uid: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Direction* commentId: Overload:adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Direction href: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.html#adas_core_Domain_Models_MongoModels_ObservationRowBoxLayout_Direction name: Direction nameWithType: ObservationRowBoxLayout.Direction fullName: adas_core.Domain.Models.MongoModels.ObservationRowBoxLayout.Direction - uid: System.Nullable{adas_core.Domain.Enums.DisplayConfigEnums.DirectionEnum} commentId: T:System.Nullable{adas_core.Domain.Enums.DisplayConfigEnums.DirectionEnum} parent: System definition: System.Nullable`1 href: adas_core.Domain.Enums.DisplayConfigEnums.html name: DisplayConfigEnums.DirectionEnum? nameWithType: DisplayConfigEnums.DirectionEnum? fullName: adas_core.Domain.Enums.DisplayConfigEnums.DirectionEnum? spec.csharp: - uid: adas_core.Domain.Enums.DisplayConfigEnums name: DisplayConfigEnums href: adas_core.Domain.Enums.DisplayConfigEnums.html - name: . - uid: adas_core.Domain.Enums.DisplayConfigEnums.DirectionEnum name: DirectionEnum href: adas_core.Domain.Enums.DisplayConfigEnums.DirectionEnum.html - name: '?' spec.vb: - uid: adas_core.Domain.Enums.DisplayConfigEnums name: DisplayConfigEnums href: adas_core.Domain.Enums.DisplayConfigEnums.html - name: . - uid: adas_core.Domain.Enums.DisplayConfigEnums.DirectionEnum name: DirectionEnum href: adas_core.Domain.Enums.DisplayConfigEnums.DirectionEnum.html - name: '?'