x4Trace Documentation v1.0
Loading...
Searching...
No Matches
Ix4Trace.Server.Engine.Settings Class Reference

represents a settings class. User for setup the server. More...

Static Public Member Functions

static void Save (Settings settings, string fileName)
 Saves the settings.
 
static Settings Load (string fileName)
 Loads the settings.
 

Properties

string Localhost = "127.0.0.1" [get, set]
 IP address of localhost. Use for local controllers.
 
string SQLConnectionString = " " [get, set]
 String of sql connection.
 
int Port = 1200 [get, set]
 Port of server. You have to enable it on firewall.
 
string FileServerRoot = " " [get, set]
 Root of file server. x4Tace will save uploaded files here. When you make a backup of x4Trace, you have to copy this folder.
 

Detailed Description

represents a settings class. User for setup the server.

Member Function Documentation

◆ Load()

static Settings Ix4Trace.Server.Engine.Settings.Load ( string fileName)
static

Loads the settings.

Parameters
fileNamename of file.
Returns
Settings.

◆ Save()

static void Ix4Trace.Server.Engine.Settings.Save ( Settings settings,
string fileName )
static

Saves the settings.

Parameters
settingsSettings.
fileNameName of file.

The documentation for this class was generated from the following file: