tgstation-server
The /tg/station 13 server suite
Main Page
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Interop
JsonFile.cs
Go to the documentation of this file.
1
using
System
.Collections.Generic;
2
using
Tgstation
.
Server
.
Api
.
Models
;
3
using
Tgstation
.
Server
.
Api
.
Models
.
Internal
;
4
5
namespace
Tgstation
.
Server
.Host.Components.Interop
6
{
10
sealed
class
JsonFile
11
{
15
public
string
AccessIdentifier {
get
;
set
; }
16
20
public
bool
ApiValidateOnly {
get
;
set
; }
21
25
public
string
InstanceName {
get
;
set
; }
26
30
public
string
ChatChannelsJson {
get
;
set
; }
31
35
public
string
ChatCommandsJson {
get
;
set
; }
36
40
public
string
ServerCommandsJson {
get
;
set
; }
41
45
public
Api.Models.Internal.RevisionInformation Revision {
get
;
set
; }
46
50
public
DreamDaemonSecurity
SecurityLevel {
get
;
set
; }
51
55
public
List<TestMerge> TestMerges {
get
; } =
new
List<TestMerge>();
56
}
57
}
Tgstation.Server.Api
Definition:
ApiHeaders.cs:11
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Host.Components.Interop.JsonFile
Representation of the initial json passed to DreamDaemon
Definition:
JsonFile.cs:10
Tgstation.Server.Api.Models
Definition:
Administration.cs:3
Tgstation.Server.Api.Models.Internal
Definition:
ChatBot.cs:5
Tgstation.Server
Tgstation.Server.Api.Models.DreamDaemonSecurity
DreamDaemonSecurity
DreamDaemon's security level
Definition:
DreamDaemonSecurity.cs:6
Tgstation
Generated by
1.8.11