Class ServiceConfig
- Namespace
- adas_core.Domain.Models.MongoModels
- Assembly
- adas-core.Domain.dll
Represents the configuration settings for a service.
public class ServiceConfig
- Inheritance
-
ServiceConfig
- Inherited Members
- Extension Methods
Properties
BoxObservations
public string[]? BoxObservations { get; set; }
Property Value
- string[]
Id
public ObjectId Id { get; set; }
Property Value
- ObjectId
Score
public string Score { get; set; }
Property Value
Service
public List<ServiceConfigService> Service { get; set; }
Property Value
StrId
public string StrId { get; set; }
Property Value
Theme
public ServiceConfigTheme? Theme { get; set; }