Table of Contents

Class CreateDisplayConfigCardDto

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

Represents a data transfer object used to create a display configuration card.

public class CreateDisplayConfigCardDto
Inheritance
CreateDisplayConfigCardDto
Inherited Members
Extension Methods

Properties

CardConfig

public CardConfig? CardConfig { get; set; }

Property Value

CardConfig

ChartConfig

public ChartConfig? ChartConfig { get; set; }

Property Value

ChartConfig

DetailConfig

public CardDetailsConfig? DetailConfig { get; set; }

Property Value

CardDetailsConfig

DisplayConfigId

public ObjectId? DisplayConfigId { get; set; }

Property Value

ObjectId?