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

1431 lines
52 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: adas_core.Domain.Models.MongoModels.Section
commentId: T:adas_core.Domain.Models.MongoModels.Section
id: Section
parent: adas_core.Domain.Models.MongoModels
children:
- adas_core.Domain.Models.MongoModels.Section.Configuration
- adas_core.Domain.Models.MongoModels.Section.DesignProperties
- adas_core.Domain.Models.MongoModels.Section.Equals(adas_core.Domain.Models.MongoModels.Section)
- adas_core.Domain.Models.MongoModels.Section.Id
- adas_core.Domain.Models.MongoModels.Section.Items
- adas_core.Domain.Models.MongoModels.Section.LastUpdate
- adas_core.Domain.Models.MongoModels.Section.PointOfCare
- adas_core.Domain.Models.MongoModels.Section.PointOfCareList
- adas_core.Domain.Models.MongoModels.Section.SectionConfig
- adas_core.Domain.Models.MongoModels.Section.SectionTitle
- adas_core.Domain.Models.MongoModels.Section.Status
- adas_core.Domain.Models.MongoModels.Section.ToString
- adas_core.Domain.Models.MongoModels.Section._id
langs:
- csharp
- vb
name: Section
nameWithType: Section
fullName: adas_core.Domain.Models.MongoModels.Section
type: Class
source:
remote:
path: adas-core.Domain/Models/MongoModels/Section.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Section
path: ../../adas-core.Domain/Models/MongoModels/Section.cs
startLine: 8
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
summary: Represents a section, typically used to group or encapsulate a distinct portion of related content or functionality within a larger structure.
example: []
syntax:
content: public class Section
content.vb: Public Class Section
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)
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.Section._id
commentId: P:adas_core.Domain.Models.MongoModels.Section._id
id: _id
parent: adas_core.Domain.Models.MongoModels.Section
langs:
- csharp
- vb
name: _id
nameWithType: Section._id
fullName: adas_core.Domain.Models.MongoModels.Section._id
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Section.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: _id
path: ../../adas-core.Domain/Models/MongoModels/Section.cs
startLine: 11
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public ObjectId _id { get; set; }
parameters: []
return:
type: MongoDB.Bson.ObjectId
content.vb: Public Property _id As ObjectId
overload: adas_core.Domain.Models.MongoModels.Section._id*
- uid: adas_core.Domain.Models.MongoModels.Section.Id
commentId: P:adas_core.Domain.Models.MongoModels.Section.Id
id: Id
parent: adas_core.Domain.Models.MongoModels.Section
langs:
- csharp
- vb
name: Id
nameWithType: Section.Id
fullName: adas_core.Domain.Models.MongoModels.Section.Id
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Section.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Id
path: ../../adas-core.Domain/Models/MongoModels/Section.cs
startLine: 13
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string Id { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property Id As String
overload: adas_core.Domain.Models.MongoModels.Section.Id*
- uid: adas_core.Domain.Models.MongoModels.Section.SectionTitle
commentId: P:adas_core.Domain.Models.MongoModels.Section.SectionTitle
id: SectionTitle
parent: adas_core.Domain.Models.MongoModels.Section
langs:
- csharp
- vb
name: SectionTitle
nameWithType: Section.SectionTitle
fullName: adas_core.Domain.Models.MongoModels.Section.SectionTitle
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Section.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: SectionTitle
path: ../../adas-core.Domain/Models/MongoModels/Section.cs
startLine: 16
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? SectionTitle { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property SectionTitle As String
overload: adas_core.Domain.Models.MongoModels.Section.SectionTitle*
- uid: adas_core.Domain.Models.MongoModels.Section.PointOfCare
commentId: P:adas_core.Domain.Models.MongoModels.Section.PointOfCare
id: PointOfCare
parent: adas_core.Domain.Models.MongoModels.Section
langs:
- csharp
- vb
name: PointOfCare
nameWithType: Section.PointOfCare
fullName: adas_core.Domain.Models.MongoModels.Section.PointOfCare
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Section.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PointOfCare
path: ../../adas-core.Domain/Models/MongoModels/Section.cs
startLine: 19
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public string? PointOfCare { get; set; }
parameters: []
return:
type: System.String
content.vb: Public Property PointOfCare As String
overload: adas_core.Domain.Models.MongoModels.Section.PointOfCare*
- uid: adas_core.Domain.Models.MongoModels.Section.LastUpdate
commentId: P:adas_core.Domain.Models.MongoModels.Section.LastUpdate
id: LastUpdate
parent: adas_core.Domain.Models.MongoModels.Section
langs:
- csharp
- vb
name: LastUpdate
nameWithType: Section.LastUpdate
fullName: adas_core.Domain.Models.MongoModels.Section.LastUpdate
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Section.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: LastUpdate
path: ../../adas-core.Domain/Models/MongoModels/Section.cs
startLine: 22
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public DateTime? LastUpdate { get; set; }
parameters: []
return:
type: System.Nullable{System.DateTime}
content.vb: Public Property LastUpdate As Date?
overload: adas_core.Domain.Models.MongoModels.Section.LastUpdate*
- uid: adas_core.Domain.Models.MongoModels.Section.Configuration
commentId: P:adas_core.Domain.Models.MongoModels.Section.Configuration
id: Configuration
parent: adas_core.Domain.Models.MongoModels.Section
langs:
- csharp
- vb
name: Configuration
nameWithType: Section.Configuration
fullName: adas_core.Domain.Models.MongoModels.Section.Configuration
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Section.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Configuration
path: ../../adas-core.Domain/Models/MongoModels/Section.cs
startLine: 24
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public Dictionary<string, object> Configuration { get; set; }
parameters: []
return:
type: System.Collections.Generic.Dictionary{System.String,System.Object}
content.vb: Public Property Configuration As Dictionary(Of String, Object)
overload: adas_core.Domain.Models.MongoModels.Section.Configuration*
- uid: adas_core.Domain.Models.MongoModels.Section.SectionConfig
commentId: P:adas_core.Domain.Models.MongoModels.Section.SectionConfig
id: SectionConfig
parent: adas_core.Domain.Models.MongoModels.Section
langs:
- csharp
- vb
name: SectionConfig
nameWithType: Section.SectionConfig
fullName: adas_core.Domain.Models.MongoModels.Section.SectionConfig
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Section.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: SectionConfig
path: ../../adas-core.Domain/Models/MongoModels/Section.cs
startLine: 26
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public SectionConfig? SectionConfig { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.MongoModels.SectionConfig
content.vb: Public Property SectionConfig As SectionConfig
overload: adas_core.Domain.Models.MongoModels.Section.SectionConfig*
- uid: adas_core.Domain.Models.MongoModels.Section.DesignProperties
commentId: P:adas_core.Domain.Models.MongoModels.Section.DesignProperties
id: DesignProperties
parent: adas_core.Domain.Models.MongoModels.Section
langs:
- csharp
- vb
name: DesignProperties
nameWithType: Section.DesignProperties
fullName: adas_core.Domain.Models.MongoModels.Section.DesignProperties
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Section.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: DesignProperties
path: ../../adas-core.Domain/Models/MongoModels/Section.cs
startLine: 27
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public UiFontData? DesignProperties { get; set; }
parameters: []
return:
type: adas_core.Domain.Models.MongoModels.UiFontData
content.vb: Public Property DesignProperties As UiFontData
overload: adas_core.Domain.Models.MongoModels.Section.DesignProperties*
- uid: adas_core.Domain.Models.MongoModels.Section.PointOfCareList
commentId: P:adas_core.Domain.Models.MongoModels.Section.PointOfCareList
id: PointOfCareList
parent: adas_core.Domain.Models.MongoModels.Section
langs:
- csharp
- vb
name: PointOfCareList
nameWithType: Section.PointOfCareList
fullName: adas_core.Domain.Models.MongoModels.Section.PointOfCareList
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Section.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: PointOfCareList
path: ../../adas-core.Domain/Models/MongoModels/Section.cs
startLine: 29
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public Dictionary<string, List<PointOfCare>> PointOfCareList { get; set; }
parameters: []
return:
type: System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.PointOfCare}}
content.vb: Public Property PointOfCareList As Dictionary(Of String, List(Of PointOfCare))
overload: adas_core.Domain.Models.MongoModels.Section.PointOfCareList*
- uid: adas_core.Domain.Models.MongoModels.Section.Items
commentId: P:adas_core.Domain.Models.MongoModels.Section.Items
id: Items
parent: adas_core.Domain.Models.MongoModels.Section
langs:
- csharp
- vb
name: Items
nameWithType: Section.Items
fullName: adas_core.Domain.Models.MongoModels.Section.Items
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Section.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Items
path: ../../adas-core.Domain/Models/MongoModels/Section.cs
startLine: 31
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public List<Section.SectionItem> Items { get; set; }
parameters: []
return:
type: System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Section.SectionItem}
content.vb: Public Property Items As List(Of Section.SectionItem)
overload: adas_core.Domain.Models.MongoModels.Section.Items*
- uid: adas_core.Domain.Models.MongoModels.Section.Status
commentId: P:adas_core.Domain.Models.MongoModels.Section.Status
id: Status
parent: adas_core.Domain.Models.MongoModels.Section
langs:
- csharp
- vb
name: Status
nameWithType: Section.Status
fullName: adas_core.Domain.Models.MongoModels.Section.Status
type: Property
source:
remote:
path: adas-core.Domain/Models/MongoModels/Section.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Status
path: ../../adas-core.Domain/Models/MongoModels/Section.cs
startLine: 33
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
syntax:
content: public StatusEnum.Type? Status { get; set; }
parameters: []
return:
type: System.Nullable{adas_core.Domain.Enums.StatusEnum.Type}
content.vb: Public Property Status As StatusEnum.Type?
overload: adas_core.Domain.Models.MongoModels.Section.Status*
- uid: adas_core.Domain.Models.MongoModels.Section.Equals(adas_core.Domain.Models.MongoModels.Section)
commentId: M:adas_core.Domain.Models.MongoModels.Section.Equals(adas_core.Domain.Models.MongoModels.Section)
id: Equals(adas_core.Domain.Models.MongoModels.Section)
parent: adas_core.Domain.Models.MongoModels.Section
langs:
- csharp
- vb
name: Equals(Section?)
nameWithType: Section.Equals(Section?)
fullName: adas_core.Domain.Models.MongoModels.Section.Equals(adas_core.Domain.Models.MongoModels.Section?)
type: Method
source:
remote:
path: adas-core.Domain/Models/MongoModels/Section.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: Equals
path: ../../adas-core.Domain/Models/MongoModels/Section.cs
startLine: 41
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
summary: >-
Determines whether the current <xref href="adas_core.Domain.Models.MongoModels.Section" data-throw-if-not-resolved="false"></xref> is equal to another <xref href="adas_core.Domain.Models.MongoModels.Section" data-throw-if-not-resolved="false"></xref> by comparing their identifiers.
Returns <code>false</code> when the supplied instance is <code>null</code>, so no exception is raised for null inputs.
example: []
syntax:
content: public bool Equals(Section? other)
parameters:
- id: other
type: adas_core.Domain.Models.MongoModels.Section
description: The <xref href="adas_core.Domain.Models.MongoModels.Section" data-throw-if-not-resolved="false"></xref> instance to compare with the current one.
return:
type: System.Boolean
description: <code>true</code> if both sections share the same <xref href="adas_core.Domain.Models.MongoModels.Section.Id" data-throw-if-not-resolved="false"></xref>; otherwise, <code>false</code>.
content.vb: Public Function Equals(other As Section) As Boolean
overload: adas_core.Domain.Models.MongoModels.Section.Equals*
nameWithType.vb: Section.Equals(Section)
fullName.vb: adas_core.Domain.Models.MongoModels.Section.Equals(adas_core.Domain.Models.MongoModels.Section)
name.vb: Equals(Section)
- uid: adas_core.Domain.Models.MongoModels.Section.ToString
commentId: M:adas_core.Domain.Models.MongoModels.Section.ToString
id: ToString
parent: adas_core.Domain.Models.MongoModels.Section
langs:
- csharp
- vb
name: ToString()
nameWithType: Section.ToString()
fullName: adas_core.Domain.Models.MongoModels.Section.ToString()
type: Method
source:
remote:
path: adas-core.Domain/Models/MongoModels/Section.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ToString
path: ../../adas-core.Domain/Models/MongoModels/Section.cs
startLine: 51
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.MongoModels
summary: Returns a string representation of the Section, including its identifier.
example: []
syntax:
content: public override string ToString()
return:
type: System.String
description: "A string formatted as \"[Section id: {Id}]\" containing the section's identifier."
content.vb: Public Overrides Function ToString() As String
overridden: System.Object.ToString
overload: adas_core.Domain.Models.MongoModels.Section.ToString*
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.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.Section._id*
commentId: Overload:adas_core.Domain.Models.MongoModels.Section._id
href: adas_core.Domain.Models.MongoModels.Section.html#adas_core_Domain_Models_MongoModels_Section__id
name: _id
nameWithType: Section._id
fullName: adas_core.Domain.Models.MongoModels.Section._id
- uid: MongoDB.Bson.ObjectId
commentId: T:MongoDB.Bson.ObjectId
parent: MongoDB.Bson
isExternal: true
name: ObjectId
nameWithType: ObjectId
fullName: MongoDB.Bson.ObjectId
- uid: MongoDB.Bson
commentId: N:MongoDB.Bson
isExternal: true
name: MongoDB.Bson
nameWithType: MongoDB.Bson
fullName: MongoDB.Bson
spec.csharp:
- uid: MongoDB
name: MongoDB
isExternal: true
- name: .
- uid: MongoDB.Bson
name: Bson
isExternal: true
spec.vb:
- uid: MongoDB
name: MongoDB
isExternal: true
- name: .
- uid: MongoDB.Bson
name: Bson
isExternal: true
- uid: adas_core.Domain.Models.MongoModels.Section.Id*
commentId: Overload:adas_core.Domain.Models.MongoModels.Section.Id
href: adas_core.Domain.Models.MongoModels.Section.html#adas_core_Domain_Models_MongoModels_Section_Id
name: Id
nameWithType: Section.Id
fullName: adas_core.Domain.Models.MongoModels.Section.Id
- 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.Section.SectionTitle*
commentId: Overload:adas_core.Domain.Models.MongoModels.Section.SectionTitle
href: adas_core.Domain.Models.MongoModels.Section.html#adas_core_Domain_Models_MongoModels_Section_SectionTitle
name: SectionTitle
nameWithType: Section.SectionTitle
fullName: adas_core.Domain.Models.MongoModels.Section.SectionTitle
- uid: adas_core.Domain.Models.MongoModels.Section.PointOfCare*
commentId: Overload:adas_core.Domain.Models.MongoModels.Section.PointOfCare
href: adas_core.Domain.Models.MongoModels.Section.html#adas_core_Domain_Models_MongoModels_Section_PointOfCare
name: PointOfCare
nameWithType: Section.PointOfCare
fullName: adas_core.Domain.Models.MongoModels.Section.PointOfCare
- uid: adas_core.Domain.Models.MongoModels.Section.LastUpdate*
commentId: Overload:adas_core.Domain.Models.MongoModels.Section.LastUpdate
href: adas_core.Domain.Models.MongoModels.Section.html#adas_core_Domain_Models_MongoModels_Section_LastUpdate
name: LastUpdate
nameWithType: Section.LastUpdate
fullName: adas_core.Domain.Models.MongoModels.Section.LastUpdate
- uid: System.Nullable{System.DateTime}
commentId: T:System.Nullable{System.DateTime}
parent: System
definition: System.Nullable`1
href: https://learn.microsoft.com/dotnet/api/system.datetime
name: DateTime?
nameWithType: DateTime?
fullName: System.DateTime?
nameWithType.vb: Date?
fullName.vb: Date?
name.vb: Date?
spec.csharp:
- uid: System.DateTime
name: DateTime
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.datetime
- name: '?'
spec.vb:
- uid: System.DateTime
name: Date
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.datetime
- 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.Section.Configuration*
commentId: Overload:adas_core.Domain.Models.MongoModels.Section.Configuration
href: adas_core.Domain.Models.MongoModels.Section.html#adas_core_Domain_Models_MongoModels_Section_Configuration
name: Configuration
nameWithType: Section.Configuration
fullName: adas_core.Domain.Models.MongoModels.Section.Configuration
- uid: System.Collections.Generic.Dictionary{System.String,System.Object}
commentId: T:System.Collections.Generic.Dictionary{System.String,System.Object}
parent: System.Collections.Generic
definition: System.Collections.Generic.Dictionary`2
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
name: Dictionary<string, object>
nameWithType: Dictionary<string, object>
fullName: System.Collections.Generic.Dictionary<string, object>
nameWithType.vb: Dictionary(Of String, Object)
fullName.vb: System.Collections.Generic.Dictionary(Of String, Object)
name.vb: Dictionary(Of String, Object)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: <
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: (
- name: Of
- name: " "
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Collections.Generic.Dictionary`2
commentId: T:System.Collections.Generic.Dictionary`2
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
name: Dictionary<TKey, TValue>
nameWithType: Dictionary<TKey, TValue>
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
nameWithType.vb: Dictionary(Of TKey, TValue)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
name.vb: Dictionary(Of TKey, TValue)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: <
- name: TKey
- name: ','
- name: " "
- name: TValue
- name: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: (
- name: Of
- name: " "
- name: TKey
- name: ','
- name: " "
- name: TValue
- 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.Section.SectionConfig*
commentId: Overload:adas_core.Domain.Models.MongoModels.Section.SectionConfig
href: adas_core.Domain.Models.MongoModels.Section.html#adas_core_Domain_Models_MongoModels_Section_SectionConfig
name: SectionConfig
nameWithType: Section.SectionConfig
fullName: adas_core.Domain.Models.MongoModels.Section.SectionConfig
- uid: adas_core.Domain.Models.MongoModels.SectionConfig
commentId: T:adas_core.Domain.Models.MongoModels.SectionConfig
parent: adas_core.Domain.Models.MongoModels
href: adas_core.Domain.Models.MongoModels.SectionConfig.html
name: SectionConfig
nameWithType: SectionConfig
fullName: adas_core.Domain.Models.MongoModels.SectionConfig
- uid: adas_core.Domain.Models.MongoModels.Section.DesignProperties*
commentId: Overload:adas_core.Domain.Models.MongoModels.Section.DesignProperties
href: adas_core.Domain.Models.MongoModels.Section.html#adas_core_Domain_Models_MongoModels_Section_DesignProperties
name: DesignProperties
nameWithType: Section.DesignProperties
fullName: adas_core.Domain.Models.MongoModels.Section.DesignProperties
- uid: adas_core.Domain.Models.MongoModels.UiFontData
commentId: T:adas_core.Domain.Models.MongoModels.UiFontData
parent: adas_core.Domain.Models.MongoModels
href: adas_core.Domain.Models.MongoModels.UiFontData.html
name: UiFontData
nameWithType: UiFontData
fullName: adas_core.Domain.Models.MongoModels.UiFontData
- uid: adas_core.Domain.Models.MongoModels.Section.PointOfCareList*
commentId: Overload:adas_core.Domain.Models.MongoModels.Section.PointOfCareList
href: adas_core.Domain.Models.MongoModels.Section.html#adas_core_Domain_Models_MongoModels_Section_PointOfCareList
name: PointOfCareList
nameWithType: Section.PointOfCareList
fullName: adas_core.Domain.Models.MongoModels.Section.PointOfCareList
- uid: System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.PointOfCare}}
commentId: T:System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.PointOfCare}}
parent: System.Collections.Generic
definition: System.Collections.Generic.Dictionary`2
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
name: Dictionary<string, List<PointOfCare>>
nameWithType: Dictionary<string, List<PointOfCare>>
fullName: System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<adas_core.Domain.Models.MongoModels.PointOfCare>>
nameWithType.vb: Dictionary(Of String, List(Of PointOfCare))
fullName.vb: System.Collections.Generic.Dictionary(Of String, System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.PointOfCare))
name.vb: Dictionary(Of String, List(Of PointOfCare))
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: <
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- 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: adas_core.Domain.Models.MongoModels.PointOfCare
name: PointOfCare
href: adas_core.Domain.Models.MongoModels.PointOfCare.html
- name: '>'
- name: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: (
- name: Of
- name: " "
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- 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: adas_core.Domain.Models.MongoModels.PointOfCare
name: PointOfCare
href: adas_core.Domain.Models.MongoModels.PointOfCare.html
- name: )
- name: )
- uid: adas_core.Domain.Models.MongoModels.Section.Items*
commentId: Overload:adas_core.Domain.Models.MongoModels.Section.Items
href: adas_core.Domain.Models.MongoModels.Section.html#adas_core_Domain_Models_MongoModels_Section_Items
name: Items
nameWithType: Section.Items
fullName: adas_core.Domain.Models.MongoModels.Section.Items
- uid: System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Section.SectionItem}
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.MongoModels.Section.SectionItem}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<Section.SectionItem>
nameWithType: List<Section.SectionItem>
fullName: System.Collections.Generic.List<adas_core.Domain.Models.MongoModels.Section.SectionItem>
nameWithType.vb: List(Of Section.SectionItem)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.MongoModels.Section.SectionItem)
name.vb: List(Of Section.SectionItem)
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.Section
name: Section
href: adas_core.Domain.Models.MongoModels.Section.html
- name: .
- uid: adas_core.Domain.Models.MongoModels.Section.SectionItem
name: SectionItem
href: adas_core.Domain.Models.MongoModels.Section.SectionItem.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.Section
name: Section
href: adas_core.Domain.Models.MongoModels.Section.html
- name: .
- uid: adas_core.Domain.Models.MongoModels.Section.SectionItem
name: SectionItem
href: adas_core.Domain.Models.MongoModels.Section.SectionItem.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: adas_core.Domain.Models.MongoModels.Section.Status*
commentId: Overload:adas_core.Domain.Models.MongoModels.Section.Status
href: adas_core.Domain.Models.MongoModels.Section.html#adas_core_Domain_Models_MongoModels_Section_Status
name: Status
nameWithType: Section.Status
fullName: adas_core.Domain.Models.MongoModels.Section.Status
- uid: System.Nullable{adas_core.Domain.Enums.StatusEnum.Type}
commentId: T:System.Nullable{adas_core.Domain.Enums.StatusEnum.Type}
parent: System
definition: System.Nullable`1
href: adas_core.Domain.Enums.StatusEnum.html
name: StatusEnum.Type?
nameWithType: StatusEnum.Type?
fullName: adas_core.Domain.Enums.StatusEnum.Type?
spec.csharp:
- uid: adas_core.Domain.Enums.StatusEnum
name: StatusEnum
href: adas_core.Domain.Enums.StatusEnum.html
- name: .
- uid: adas_core.Domain.Enums.StatusEnum.Type
name: Type
href: adas_core.Domain.Enums.StatusEnum.Type.html
- name: '?'
spec.vb:
- uid: adas_core.Domain.Enums.StatusEnum
name: StatusEnum
href: adas_core.Domain.Enums.StatusEnum.html
- name: .
- uid: adas_core.Domain.Enums.StatusEnum.Type
name: Type
href: adas_core.Domain.Enums.StatusEnum.Type.html
- name: '?'
- uid: adas_core.Domain.Models.MongoModels.Section
commentId: T:adas_core.Domain.Models.MongoModels.Section
parent: adas_core.Domain.Models.MongoModels
href: adas_core.Domain.Models.MongoModels.Section.html
name: Section
nameWithType: Section
fullName: adas_core.Domain.Models.MongoModels.Section
- uid: adas_core.Domain.Models.MongoModels.Section.Id
commentId: P:adas_core.Domain.Models.MongoModels.Section.Id
href: adas_core.Domain.Models.MongoModels.Section.html#adas_core_Domain_Models_MongoModels_Section_Id
name: Id
nameWithType: Section.Id
fullName: adas_core.Domain.Models.MongoModels.Section.Id
- uid: adas_core.Domain.Models.MongoModels.Section.Equals*
commentId: Overload:adas_core.Domain.Models.MongoModels.Section.Equals
href: adas_core.Domain.Models.MongoModels.Section.html#adas_core_Domain_Models_MongoModels_Section_Equals_adas_core_Domain_Models_MongoModels_Section_
name: Equals
nameWithType: Section.Equals
fullName: adas_core.Domain.Models.MongoModels.Section.Equals
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- 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: adas_core.Domain.Models.MongoModels.Section.ToString*
commentId: Overload:adas_core.Domain.Models.MongoModels.Section.ToString
href: adas_core.Domain.Models.MongoModels.Section.html#adas_core_Domain_Models_MongoModels_Section_ToString
name: ToString
nameWithType: Section.ToString
fullName: adas_core.Domain.Models.MongoModels.Section.ToString