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
Id
public ObjectId Id { get; set; }
Property Value
- ObjectId
NurseRows
public List<RowDetailsConfig>? NurseRows { get; set; }
Property Value
SmartSections
public List<SectionBoxLayout>? SmartSections { get; set; }