Table of Contents

Class DisplayConfigDto

Namespace
adas_core.Domain.Models.DTO.Display
Assembly
adas-core.Domain.dll

Represents a data transfer object for display configuration settings.

public class DisplayConfigDto
Inheritance
DisplayConfigDto
Derived
Inherited Members
Extension Methods

Properties

CardConfig

public CardConfig? CardConfig { get; set; }

Property Value

CardConfig

CardConfigId

public ObjectId? CardConfigId { get; set; }

Property Value

ObjectId?

DetailConfig

public CardDetailsConfig? DetailConfig { get; set; }

Property Value

CardDetailsConfig

DetailConfigId

public ObjectId? DetailConfigId { get; set; }

Property Value

ObjectId?

DisplaySectionIdList

public List<ObjectId>? DisplaySectionIdList { get; set; }

Property Value

List<ObjectId>

DisplaySectionList

public List<MinimalDisplaySection>? DisplaySectionList { get; set; }

Property Value

List<MinimalDisplaySection>

FieldList

public List<Field>? FieldList { get; set; }

Property Value

List<Field>

GroupedFieldList

public List<GroupedField>? GroupedFieldList { get; set; }

Property Value

List<GroupedField>

HeaderConfig

public HeaderConfig? HeaderConfig { get; set; }

Property Value

HeaderConfig

HomeConfig

public HomeConfig? HomeConfig { get; set; }

Property Value

HomeConfig

Hospital

public string? Hospital { get; set; }

Property Value

string

Id

public ObjectId Id { get; set; }

Property Value

ObjectId

Type

public DisplayConfigEnums.DisplayType Type { get; set; }

Property Value

DisplayConfigEnums.DisplayType