Table of Contents

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

string

Timetables

public List<ServiceConfigThemeTimetable> Timetables { get; set; }

Property Value

List<ServiceConfigThemeTimetable>