diff --git a/_console_8cs.html b/_console_8cs.html
index d1a4230bda..a06007f1fa 100644
--- a/_console_8cs.html
+++ b/_console_8cs.html
@@ -87,6 +87,7 @@ $(function() {
|
| class | Tgstation.Server.Host.IO.Console |
+| | Implementation of IConsole, uses global::System.Console. More...
|
| |
|
Backend abstract implementation of IDatabaseContext.
Task Save(CancellationToken cancellationToken)
Saves changes made to the IDatabaseContext. A Task representing the running operation.
DbSet< UserGroup > Groups
The UserGroups in the DatabaseContext.
-
+Represents a group of Users.
ErrorCode
Types of Response.ErrorMessageResponses that the API may return.
InstanceManagerRights
Rights for managing Models.Instances.
AdministrationRights
Administration rights for the server.
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_database_1_1_database_context.html b/class_tgstation_1_1_server_1_1_host_1_1_database_1_1_database_context.html
index 086a7f59e5..32f28dc3ea 100644
--- a/class_tgstation_1_1_server_1_1_host_1_1_database_1_1_database_context.html
+++ b/class_tgstation_1_1_server_1_1_host_1_1_database_1_1_database_context.html
@@ -751,7 +751,7 @@ Here is the call graph for this function:
-
+Represents a group of Users.
References Tgstation.Server.Host.Database.DatabaseContext.RevInfoCompileJobDeleteBehavior.
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_database_1_1_my_sql_database_context.html b/class_tgstation_1_1_server_1_1_host_1_1_database_1_1_my_sql_database_context.html
index 59dd0da387..7c604d29e5 100644
--- a/class_tgstation_1_1_server_1_1_host_1_1_database_1_1_my_sql_database_context.html
+++ b/class_tgstation_1_1_server_1_1_host_1_1_database_1_1_my_sql_database_context.html
@@ -558,7 +558,7 @@ Properties
-
+Represents a group of Users.
References Tgstation.Server.Api.Models.Internal.ChatBotSettings.ConnectionString, and Tgstation.Server.Api.Models.NamedEntity.Name.
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_console.html b/class_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_console.html
index 6a2083cce5..42e68230f3 100644
--- a/class_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_console.html
+++ b/class_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_console.html
@@ -85,14 +85,14 @@ $(function() {
-
+
Implementation of IConsole, uses global::System.Console.
More...
@@ -102,7 +102,7 @@ Collaboration diagram for Tgstation.Server.Host.IO.Console:
|
| | Console (IPlatformIdentifier platformIdentifier) |
-
| | Initializes a new instance of the Console class. More...
|
+
| | Initializes a new instance of the Console class. More...
|
| |
| void | Dispose () |
| |
@@ -186,24 +186,25 @@ Properties
|
| void | CheckAvailable () |
-
| | Assert that the Console is available, throwing an InvalidOperationException otherwise. More...
|
+
| | Assert that the Console is available, throwing an InvalidOperationException otherwise. More...
|
| |
-
-
Definition at line 11 of file Console.cs.
+
Implementation of IConsole, uses global::System.Console.
+
+
Definition at line 13 of file Console.cs.
◆ Console()
@@ -221,7 +222,7 @@ Private Attributes
-
Initializes a new instance of the Console class.
+
Initializes a new instance of the Console class.
- Parameters
-
| platformIdentifier | The value of platformIdentifier. |
@@ -229,25 +230,25 @@ Private Attributes
-Definition at line 47 of file Console.cs.
-
@@ -275,16 +276,16 @@ Private Attributes
-
Assert that the Console is available, throwing an InvalidOperationException otherwise.
+
Assert that the Console is available, throwing an InvalidOperationException otherwise.
-
Definition at line 147 of file Console.cs.
-
@@ -358,7 +359,7 @@ Here is the caller graph for this function:
Implements Tgstation.Server.Host.IO.IConsole.
-References Tgstation.Server.Host.IO.Console.CheckAvailable().
+References Tgstation.Server.Host.IO.Console.CheckAvailable().
@@ -409,7 +410,7 @@ Here is the call graph for this function:
Implements Tgstation.Server.Host.IO.IConsole.
-References Tgstation.Server.Host.IO.Console.CheckAvailable().
+References Tgstation.Server.Host.IO.Console.CheckAvailable().
@@ -467,7 +468,7 @@ Here is the call graph for this function:
Implements Tgstation.Server.Host.IO.IConsole.
-References Tgstation.Server.Host.IO.Console.CheckAvailable().
+References Tgstation.Server.Host.IO.Console.CheckAvailable().
@@ -503,9 +504,9 @@ Here is the call graph for this function:
The CancellationTokenSource for CancelKeyPress.
-Definition at line 36 of file Console.cs.
+Definition at line 38 of file Console.cs.
-Referenced by Tgstation.Server.Host.IO.Console.Console(), and Tgstation.Server.Host.IO.Console.Dispose().
+Referenced by Tgstation.Server.Host.IO.Console.Console(), and Tgstation.Server.Host.IO.Console.Dispose().
@@ -529,11 +530,11 @@ Here is the call graph for this function:
@@ -557,11 +558,11 @@ Here is the call graph for this function:
@@ -590,9 +591,9 @@ Here is the call graph for this function:
Implements Tgstation.Server.Host.IO.IConsole.
-Definition at line 23 of file Console.cs.
+Definition at line 25 of file Console.cs.
-Referenced by Tgstation.Server.Host.IO.Console.CheckAvailable().
+Referenced by Tgstation.Server.Host.IO.Console.CheckAvailable().
@@ -620,7 +621,7 @@ Here is the call graph for this function:
Implements Tgstation.Server.Host.IO.IConsole.
-Definition at line 26 of file Console.cs.
+Definition at line 28 of file Console.cs.
@@ -648,13 +649,13 @@ Here is the call graph for this function:
Implements Tgstation.Server.Host.IO.IConsole.
-Definition at line 14 of file Console.cs.
- 15 {
-
16 get => platformIdentifier.IsWindows
-
17 ? global::System.Console.Title
-
18 : null;
-
19 set => global::System.Console.Title = value;
-
20 }
+
Definition at line 16 of file Console.cs.
+
17 {
+
18 get => platformIdentifier.IsWindows
+
19 ? global::System.Console.Title
+
20 : null;
+
21 set => global::System.Console.Title = value;
+
22 }
diff --git a/class_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_console__coll__graph.map b/class_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_console__coll__graph.map
index 25c3f40489..67ca5eabd3 100644
--- a/class_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_console__coll__graph.map
+++ b/class_tgstation_1_1_server_1_1_host_1_1_i_o_1_1_console__coll__graph.map
@@ -1,5 +1,5 @@