Show / Hide Table of Contents

Class SoSystemInfoCarrier

Information about the current system.

Inheritance
Object
Carrier
SoSystemInfoCarrier
Inherited Members
Carrier.TableRight
Carrier.FieldProperties
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
public class SoSystemInfoCarrier : Carrier

Constructors

SoSystemInfoCarrier()

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 | Sybase | DB2 | Custom...

DatabaseVersion

Database version number

Declaration
public int DatabaseVersion { get; set; }
Property Value
Type Description
Int32

DaysUntilNetServerExpiry

Days until this version of NetServer expires

Declaration
[Obsolete("Netserver no longer expires", false)]
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
SuperOffice.License.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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top