Class SoSystemInfoCarrier
Information about the current system.
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
public class SoSystemInfoCarrier : Carrier
Constructors
SoSystemInfoCarrier()
Information about the current system.
Declaration
public SoSystemInfoCarrier()
Properties
AccumulatedNextCheckDate
The next date a new check of the license is to be performed, incremented daily if the check did not result in a new license.
Declaration
public DateTime AccumulatedNextCheckDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
AssemblyVersion
AssemblyVersion of NetServer
Declaration
public string AssemblyVersion { get; set; }
Property Value
Type | Description |
---|---|
String |
BranchName
Name of the branch the NetServer is built from.
Declaration
public string BranchName { get; set; }
Property Value
Type | Description |
---|---|
String |
BuildLabel
Build label for NetServer.
Declaration
public string BuildLabel { get; set; }
Property Value
Type | Description |
---|---|
String |
BuildType
Type of build.
Declaration
public NetServerBuildType BuildType { get; set; }
Property Value
Type | Description |
---|---|
NetServerBuildType |
CompanyId
License Info: Company name associated with license.
Declaration
public int CompanyId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
CompanyName
License Info: Company name associated with license.
Declaration
public string CompanyName { get; set; }
Property Value
Type | Description |
---|---|
String |
DatabaseMinor
Minor name of database provider
Declaration
public string DatabaseMinor { get; set; }
Property Value
Type | Description |
---|---|
String |
DatabaseName
Name of database
Declaration
public string DatabaseName { get; set; }
Property Value
Type | Description |
---|---|
String |
DatabaseType
Major name of database provider
Declaration
public string DatabaseType { get; set; }
Property Value
Type | Description |
---|---|
String | MSSQL | Oracle |
DatabaseVersion
Database version number
Declaration
public int DatabaseVersion { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
DaysUntilNetServerExpiry
Days until this version of NetServer expires
Declaration
public int DaysUntilNetServerExpiry { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Description
Description of the NetServer version.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
String |
FileVersion
FileVersion of NetServer.
Declaration
public string FileVersion { get; set; }
Property Value
Type | Description |
---|---|
String |
IsOnTravel
Is the current database on travel.
Declaration
public bool IsOnTravel { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
IsSatellite
Is the current database a Satellite
Declaration
public bool IsSatellite { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
IsUnicode
Is the database strings formatted as Unicode (i.e. NVARCHAR)
Declaration
public bool IsUnicode { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
License
License issued by SuperOffice
Declaration
public LicenseInfo License { get; set; }
Property Value
Type | Description |
---|---|
LicenseInfo |
WarningEnglish
Warning information to be displayed to the user in plain English
Declaration
public string WarningEnglish { get; set; }
Property Value
Type | Description |
---|---|
String |
WarningResource
Warning information to be displayed to the user in resource format.
Declaration
public string WarningResource { get; set; }
Property Value
Type | Description |
---|---|
String |