Class OrbitsConfiguration
Inheritance
OrbitsConfiguration
Assembly: RedMist.TimingCommon.dll
Syntax
[Obsolete("Use Organiztion configuration fields")]
[MessagePackObject(false)]
public class OrbitsConfiguration
Constructors
View Source
OrbitsConfiguration()
Declaration
public OrbitsConfiguration()
Properties
View Source
IP
Declaration
[Key(0)]
[MaxLength(80)]
public string IP { get; set; }
Property Value
View Source
LogsPath
Declaration
[Key(2)]
[MaxLength(256)]
public string? LogsPath { get; set; }
Property Value
View Source
Port
Declaration
[Key(1)]
public int Port { get; set; }
Property Value