Class VpsHelperSunamo
- Namespace
- SunamoShared.Essential
- Assembly
- SunamoShared.dll
Provides VPS-related helper methods and constants.
public class VpsHelperSunamo
- Inheritance
-
VpsHelperSunamo
- Inherited Members
- Extension Methods
Fields
Ip
The VPS IP address.
public const string Ip = "46.36.38.72"
Field Value
IpMyPoda
The MyPoda IP address.
public const string IpMyPoda = "85.135.38.18"
Field Value
Properties
IsQ
Gets a value indicating whether the current machine is the Q environment.
public static bool IsQ { get; }
Property Value
Methods
LocationOfSqlBackup(string, string)
Returns the full path for a SQL backup file.
public static string LocationOfSqlBackup(string text, string mssqlServerPath)
Parameters
textstringThe database name for the backup file.
mssqlServerPathstringThe MSSQL server base path.
Returns
SunamoCzSln()
Returns the path to the sunamo.cz solution folder.
public static string SunamoCzSln()
Returns
SunamoProject()
Returns the path to the sunamo project folder.
public static string SunamoProject()
Returns
SunamoSln()
Returns the path to the sunamo solution folder.
public static string SunamoSln()