Table of Contents

Class CardDetailsConfig

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

Represents the configuration settings for card details.

public class CardDetailsConfig
Inheritance
CardDetailsConfig
Inherited Members
Extension Methods

Properties

Header

public List<SectionBoxLayout>? Header { get; set; }

Property Value

List<SectionBoxLayout>

Id

public ObjectId Id { get; set; }

Property Value

ObjectId

NurseRows

public List<RowDetailsConfig>? NurseRows { get; set; }

Property Value

List<RowDetailsConfig>

SmartSections

public List<SectionBoxLayout>? SmartSections { get; set; }

Property Value

List<SectionBoxLayout>