Table of Contents

Class ServiceConfigService

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

Provides functionality for managing service configuration settings.

public class ServiceConfigService
Inheritance
ServiceConfigService
Inherited Members
Extension Methods

Properties

Screen

public string Screen { get; set; }

Property Value

string

Sections

public List<ServiceConfigServiceSection> Sections { get; set; }

Property Value

List<ServiceConfigServiceSection>