Table of Contents

Class BannerItemConfig

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

Represents the configuration settings for a banner item, defining its properties and behavior.

public class BannerItemConfig
Inheritance
BannerItemConfig
Inherited Members
Extension Methods

Remarks

This class is used to store and manage configuration data related to individual banner items within the application.

Properties

BannerItemDialogTableConfig

public BannerItemTableConfig? BannerItemDialogTableConfig { get; set; }

Property Value

BannerItemTableConfig

BannerItemTableConfig

public BannerItemTableConfig? BannerItemTableConfig { get; set; }

Property Value

BannerItemTableConfig

MedicalStaffConfig

public MedicalStaffConfig? MedicalStaffConfig { get; set; }

Property Value

MedicalStaffConfig