Files
adas-core/Documentation/docs/api/adas_core.Domain.Models.MongoModels.RowCardConfig.yml
T
2026-06-26 10:29:23 +02:00

1338 lines
48 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig
commentId: T:adas_core.Domain.Models.MongoModels.RowCardConfig
id: RowCardConfig
parent: adas_core.Domain.Models.MongoModels
children:
- adas_core.Domain.Models.MongoModels.RowCardConfig.BgColor
- adas_core.Domain.Models.MongoModels.RowCardConfig.Border
- adas_core.Domain.Models.MongoModels.RowCardConfig.BorderRadius
- adas_core.Domain.Models.MongoModels.RowCardConfig.Cells
- adas_core.Domain.Models.MongoModels.RowCardConfig.GrowPriority
- adas_core.Domain.Models.MongoModels.RowCardConfig.MarginBottom
- adas_core.Domain.Models.MongoModels.RowCardConfig.MarginLeft
- adas_core.Domain.Models.MongoModels.RowCardConfig.MarginRight
- adas_core.Domain.Models.MongoModels.RowCardConfig.MarginTop
- adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingBottom
- adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingLeft
- adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingRight
- adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingTop
- adas_core.Domain.Models.MongoModels.RowCardConfig.Size
- adas_core.Domain.Models.MongoModels.RowCardConfig.Title
- adas_core.Domain.Models.MongoModels.RowCardConfig.Type
langs:
- csharp
- vb
name: RowCardConfig
nameWithType: RowCardConfig
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig
type: Class
source:
remote:
path: adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: RowCardConfig
path: ../../adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
startLine: 25
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
summary: Represents configuration settings for a row card component.
remarks: This type is intended to be used as a data container to define the visual or behavioral properties of a row card.
example: []
syntax:
content: public class RowCardConfig
content.vb: Public Class RowCardConfig
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.RowCardConfig.Cells
commentId: P:adas_core.Domain.Models.MongoModels.RowCardConfig.Cells
id: Cells
parent: adas_core.Domain.Models.MongoModels.RowCardConfig
langs:
- csharp
- vb
name: Cells
nameWithType: RowCardConfig.Cells
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.Cells
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Cells
path: ../../adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
startLine: 28
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public List<Cell>? Cells { get; set; }
parameters: []
return:
type: System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Cell}
content.vb: Public Property Cells As List(Of Cell)
overload: adas_core.Domain.Models.MongoModels.RowCardConfig.Cells*
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.GrowPriority
commentId: P:adas_core.Domain.Models.MongoModels.RowCardConfig.GrowPriority
id: GrowPriority
parent: adas_core.Domain.Models.MongoModels.RowCardConfig
langs:
- csharp
- vb
name: GrowPriority
nameWithType: RowCardConfig.GrowPriority
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.GrowPriority
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: GrowPriority
path: ../../adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
startLine: 29
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.RowCardConfig.GrowPriority*
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.Type
commentId: P:adas_core.Domain.Models.MongoModels.RowCardConfig.Type
id: Type
parent: adas_core.Domain.Models.MongoModels.RowCardConfig
langs:
- csharp
- vb
name: Type
nameWithType: RowCardConfig.Type
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.Type
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Type
path: ../../adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
startLine: 30
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.RowCardConfig.Type*
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.Border
commentId: P:adas_core.Domain.Models.MongoModels.RowCardConfig.Border
id: Border
parent: adas_core.Domain.Models.MongoModels.RowCardConfig
langs:
- csharp
- vb
name: Border
nameWithType: RowCardConfig.Border
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.Border
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Border
path: ../../adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
startLine: 31
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.RowCardConfig.Border*
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.BorderRadius
commentId: P:adas_core.Domain.Models.MongoModels.RowCardConfig.BorderRadius
id: BorderRadius
parent: adas_core.Domain.Models.MongoModels.RowCardConfig
langs:
- csharp
- vb
name: BorderRadius
nameWithType: RowCardConfig.BorderRadius
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.BorderRadius
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: BorderRadius
path: ../../adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
startLine: 32
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.RowCardConfig.BorderRadius*
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.Title
commentId: P:adas_core.Domain.Models.MongoModels.RowCardConfig.Title
id: Title
parent: adas_core.Domain.Models.MongoModels.RowCardConfig
langs:
- csharp
- vb
name: Title
nameWithType: RowCardConfig.Title
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.Title
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Title
path: ../../adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
startLine: 33
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.RowCardConfig.Title*
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.Size
commentId: P:adas_core.Domain.Models.MongoModels.RowCardConfig.Size
id: Size
parent: adas_core.Domain.Models.MongoModels.RowCardConfig
langs:
- csharp
- vb
name: Size
nameWithType: RowCardConfig.Size
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.Size
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Size
path: ../../adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
startLine: 34
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? Size { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Size As String
overload: adas_core.Domain.Models.MongoModels.RowCardConfig.Size*
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginTop
commentId: P:adas_core.Domain.Models.MongoModels.RowCardConfig.MarginTop
id: MarginTop
parent: adas_core.Domain.Models.MongoModels.RowCardConfig
langs:
- csharp
- vb
name: MarginTop
nameWithType: RowCardConfig.MarginTop
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginTop
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: MarginTop
path: ../../adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
startLine: 35
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? MarginTop { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property MarginTop As String
overload: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginTop*
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginBottom
commentId: P:adas_core.Domain.Models.MongoModels.RowCardConfig.MarginBottom
id: MarginBottom
parent: adas_core.Domain.Models.MongoModels.RowCardConfig
langs:
- csharp
- vb
name: MarginBottom
nameWithType: RowCardConfig.MarginBottom
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginBottom
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: MarginBottom
path: ../../adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
startLine: 36
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? MarginBottom { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property MarginBottom As String
overload: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginBottom*
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginLeft
commentId: P:adas_core.Domain.Models.MongoModels.RowCardConfig.MarginLeft
id: MarginLeft
parent: adas_core.Domain.Models.MongoModels.RowCardConfig
langs:
- csharp
- vb
name: MarginLeft
nameWithType: RowCardConfig.MarginLeft
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginLeft
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: MarginLeft
path: ../../adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
startLine: 37
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? MarginLeft { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property MarginLeft As String
overload: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginLeft*
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginRight
commentId: P:adas_core.Domain.Models.MongoModels.RowCardConfig.MarginRight
id: MarginRight
parent: adas_core.Domain.Models.MongoModels.RowCardConfig
langs:
- csharp
- vb
name: MarginRight
nameWithType: RowCardConfig.MarginRight
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginRight
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: MarginRight
path: ../../adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
startLine: 38
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? MarginRight { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property MarginRight As String
overload: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginRight*
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.BgColor
commentId: P:adas_core.Domain.Models.MongoModels.RowCardConfig.BgColor
id: BgColor
parent: adas_core.Domain.Models.MongoModels.RowCardConfig
langs:
- csharp
- vb
name: BgColor
nameWithType: RowCardConfig.BgColor
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.BgColor
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: BgColor
path: ../../adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
startLine: 39
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.RowCardConfig.BgColor*
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingTop
commentId: P:adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingTop
id: PaddingTop
parent: adas_core.Domain.Models.MongoModels.RowCardConfig
langs:
- csharp
- vb
name: PaddingTop
nameWithType: RowCardConfig.PaddingTop
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingTop
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PaddingTop
path: ../../adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
startLine: 40
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.RowCardConfig.PaddingTop*
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingBottom
commentId: P:adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingBottom
id: PaddingBottom
parent: adas_core.Domain.Models.MongoModels.RowCardConfig
langs:
- csharp
- vb
name: PaddingBottom
nameWithType: RowCardConfig.PaddingBottom
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingBottom
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PaddingBottom
path: ../../adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
startLine: 41
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.RowCardConfig.PaddingBottom*
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingLeft
commentId: P:adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingLeft
id: PaddingLeft
parent: adas_core.Domain.Models.MongoModels.RowCardConfig
langs:
- csharp
- vb
name: PaddingLeft
nameWithType: RowCardConfig.PaddingLeft
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingLeft
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PaddingLeft
path: ../../adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
startLine: 42
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.RowCardConfig.PaddingLeft*
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingRight
commentId: P:adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingRight
id: PaddingRight
parent: adas_core.Domain.Models.MongoModels.RowCardConfig
langs:
- csharp
- vb
name: PaddingRight
nameWithType: RowCardConfig.PaddingRight
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingRight
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PaddingRight
path: ../../adas-core.Domain/Models/MongoModels/DisplayCardConfig.cs
startLine: 43
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.RowCardConfig.PaddingRight*
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.RowCardConfig.Cells*
commentId: Overload:adas_core.Domain.Models.MongoModels.RowCardConfig.Cells
href: adas_core.Domain.Models.MongoModels.RowCardConfig.html#adas_core_Domain_Models_MongoModels_RowCardConfig_Cells
name: Cells
nameWithType: RowCardConfig.Cells
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.Cells
- uid: System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Cell}
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Cell}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<Cell>
nameWithType: List<Cell>
fullName: System.Collections.Generic.List<adas_core.Domain.Models.MongoModels.Cell>
nameWithType.vb: List(Of Cell)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.Cell)
name.vb: List(Of Cell)
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.Cell
name: Cell
href: adas_core.Domain.Models.MongoModels.Cell.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.Cell
name: Cell
href: adas_core.Domain.Models.MongoModels.Cell.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<T>
nameWithType: List<T>
fullName: System.Collections.Generic.List<T>
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.RowCardConfig.GrowPriority*
commentId: Overload:adas_core.Domain.Models.MongoModels.RowCardConfig.GrowPriority
href: adas_core.Domain.Models.MongoModels.RowCardConfig.html#adas_core_Domain_Models_MongoModels_RowCardConfig_GrowPriority
name: GrowPriority
nameWithType: RowCardConfig.GrowPriority
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.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: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
name: Nullable<T>
nameWithType: Nullable<T>
fullName: System.Nullable<T>
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.RowCardConfig.Type*
commentId: Overload:adas_core.Domain.Models.MongoModels.RowCardConfig.Type
href: adas_core.Domain.Models.MongoModels.RowCardConfig.html#adas_core_Domain_Models_MongoModels_RowCardConfig_Type
name: Type
nameWithType: RowCardConfig.Type
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.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.RowCardConfig.Border*
commentId: Overload:adas_core.Domain.Models.MongoModels.RowCardConfig.Border
href: adas_core.Domain.Models.MongoModels.RowCardConfig.html#adas_core_Domain_Models_MongoModels_RowCardConfig_Border
name: Border
nameWithType: RowCardConfig.Border
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.Border
- 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.RowCardConfig.BorderRadius*
commentId: Overload:adas_core.Domain.Models.MongoModels.RowCardConfig.BorderRadius
href: adas_core.Domain.Models.MongoModels.RowCardConfig.html#adas_core_Domain_Models_MongoModels_RowCardConfig_BorderRadius
name: BorderRadius
nameWithType: RowCardConfig.BorderRadius
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.BorderRadius
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.Title*
commentId: Overload:adas_core.Domain.Models.MongoModels.RowCardConfig.Title
href: adas_core.Domain.Models.MongoModels.RowCardConfig.html#adas_core_Domain_Models_MongoModels_RowCardConfig_Title
name: Title
nameWithType: RowCardConfig.Title
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.Title
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.Size*
commentId: Overload:adas_core.Domain.Models.MongoModels.RowCardConfig.Size
href: adas_core.Domain.Models.MongoModels.RowCardConfig.html#adas_core_Domain_Models_MongoModels_RowCardConfig_Size
name: Size
nameWithType: RowCardConfig.Size
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.Size
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginTop*
commentId: Overload:adas_core.Domain.Models.MongoModels.RowCardConfig.MarginTop
href: adas_core.Domain.Models.MongoModels.RowCardConfig.html#adas_core_Domain_Models_MongoModels_RowCardConfig_MarginTop
name: MarginTop
nameWithType: RowCardConfig.MarginTop
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginTop
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginBottom*
commentId: Overload:adas_core.Domain.Models.MongoModels.RowCardConfig.MarginBottom
href: adas_core.Domain.Models.MongoModels.RowCardConfig.html#adas_core_Domain_Models_MongoModels_RowCardConfig_MarginBottom
name: MarginBottom
nameWithType: RowCardConfig.MarginBottom
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginBottom
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginLeft*
commentId: Overload:adas_core.Domain.Models.MongoModels.RowCardConfig.MarginLeft
href: adas_core.Domain.Models.MongoModels.RowCardConfig.html#adas_core_Domain_Models_MongoModels_RowCardConfig_MarginLeft
name: MarginLeft
nameWithType: RowCardConfig.MarginLeft
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginLeft
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginRight*
commentId: Overload:adas_core.Domain.Models.MongoModels.RowCardConfig.MarginRight
href: adas_core.Domain.Models.MongoModels.RowCardConfig.html#adas_core_Domain_Models_MongoModels_RowCardConfig_MarginRight
name: MarginRight
nameWithType: RowCardConfig.MarginRight
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.MarginRight
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.BgColor*
commentId: Overload:adas_core.Domain.Models.MongoModels.RowCardConfig.BgColor
href: adas_core.Domain.Models.MongoModels.RowCardConfig.html#adas_core_Domain_Models_MongoModels_RowCardConfig_BgColor
name: BgColor
nameWithType: RowCardConfig.BgColor
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.BgColor
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingTop*
commentId: Overload:adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingTop
href: adas_core.Domain.Models.MongoModels.RowCardConfig.html#adas_core_Domain_Models_MongoModels_RowCardConfig_PaddingTop
name: PaddingTop
nameWithType: RowCardConfig.PaddingTop
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingTop
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingBottom*
commentId: Overload:adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingBottom
href: adas_core.Domain.Models.MongoModels.RowCardConfig.html#adas_core_Domain_Models_MongoModels_RowCardConfig_PaddingBottom
name: PaddingBottom
nameWithType: RowCardConfig.PaddingBottom
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingBottom
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingLeft*
commentId: Overload:adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingLeft
href: adas_core.Domain.Models.MongoModels.RowCardConfig.html#adas_core_Domain_Models_MongoModels_RowCardConfig_PaddingLeft
name: PaddingLeft
nameWithType: RowCardConfig.PaddingLeft
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingLeft
- uid: adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingRight*
commentId: Overload:adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingRight
href: adas_core.Domain.Models.MongoModels.RowCardConfig.html#adas_core_Domain_Models_MongoModels_RowCardConfig_PaddingRight
name: PaddingRight
nameWithType: RowCardConfig.PaddingRight
fullName: adas_core.Domain.Models.MongoModels.RowCardConfig.PaddingRight