Table of Contents

Class BannerItem

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

Represents a banner item, typically used to encapsulate data related to a banner display element such as a notification, advertisement, or promotional content.

public class BannerItem
Inheritance
BannerItem
Inherited Members
Extension Methods

Properties

Config

public BannerItemConfig? Config { get; set; }

Property Value

BannerItemConfig

GrowPriority

public double GrowPriority { get; set; }

Property Value

double

Type

public DisplayConfigEnums.BannerType? Type { get; set; }

Property Value

DisplayConfigEnums.BannerType?