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
GrowPriority
public double GrowPriority { get; set; }
Property Value
Type
public DisplayConfigEnums.BannerType? Type { get; set; }