Class MonitoringSettings
- Namespace
- Shift.Common
- Assembly
- Shift.Common.dll
public class MonitoringSettings
- Inheritance
-
MonitoringSettings
- Inherited Members
-
- Extension Methods
-
Constructors
MonitoringSettings()
public MonitoringSettings()
Properties
BaseUrl
public string BaseUrl { get; set; }
Property Value
- string
Debug
public bool Debug { get; set; }
Property Value
- bool
Disabled
public bool Disabled { get; }
Property Value
- bool
Dsn
public string Dsn { get; set; }
Property Value
- string
Enabled
public bool Enabled { get; set; }
Property Value
- bool
File
public string File { get; set; }
Property Value
- string
Project
public string Project { get; set; }
Property Value
- string
Rate
public double? Rate { get; set; }
Property Value
- double?