Class ServiceConfigTheme
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents the configuration settings for the theme of a service.
public class ServiceConfigTheme
- Inheritance
-
ServiceConfigTheme
- Inherited Members
- Extension Methods
Properties
DefaultTheme
public string DefaultTheme { get; set; }
Property Value
Timetables
public List<ServiceConfigThemeTimetable> Timetables { get; set; }