Class CardConfig
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents a configuration class for defining the properties and settings of a card.
public class CardConfig
- Inheritance
-
CardConfig
- Inherited Members
- Extension Methods
Remarks
This class is intended to be used as a data container or settings holder for card-related configurations.
Properties
Id
public ObjectId Id { get; set; }
Property Value
- ObjectId
Rows
public List<RowCardConfig>? Rows { get; set; }