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
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.2.0.0")]
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
[DataMember]
public DateTime AccumulatedNextCheckDate { get; set; }
Property Value
Type Description
DateTime

AssemblyVersion

AssemblyVersion of NetServer

Declaration
[DataMember]
public string AssemblyVersion { get; set; }
Property Value
Type Description
string

BranchName

Name of the branch the NetServer is built from.

Declaration
[DataMember]
public string BranchName { get; set; }
Property Value
Type Description
string

BuildLabel

Build label for NetServer.

Declaration
[DataMember]
public string BuildLabel { get; set; }
Property Value
Type Description
string

BuildType

Type of build.

Declaration
[DataMember]
public NetServerBuildType BuildType { get; set; }
Property Value
Type Description
NetServerBuildType

CompanyId

License Info: Company name associated with license.

Declaration
[DataMember]
public int CompanyId { get; set; }
Property Value
Type Description
int

CompanyName

License Info: Company name associated with license.

Declaration
[DataMember]
public string CompanyName { get; set; }
Property Value
Type Description
string

DatabaseMinor

Minor name of database provider

Declaration
[DataMember]
public string DatabaseMinor { get; set; }
Property Value
Type Description
string

DatabaseName

Name of database

Declaration
[DataMember]
public string DatabaseName { get; set; }
Property Value
Type Description
string

DatabaseType

Major name of database provider

Declaration
[DataMember]
public string DatabaseType { get; set; }
Property Value
Type Description
string

MSSQL | Oracle

DatabaseVersion

Database version number

Declaration
[DataMember]
public int DatabaseVersion { get; set; }
Property Value
Type Description
int

DaysUntilNetServerExpiry

Days until this version of NetServer expires

Declaration
[DataMember]
[Obsolete("Netserver no longer expires", false)]
public int DaysUntilNetServerExpiry { get; set; }
Property Value
Type Description
int

Description

Description of the NetServer version.

Declaration
[DataMember]
public string Description { get; set; }
Property Value
Type Description
string

FileVersion

FileVersion of NetServer.

Declaration
[DataMember]
public string FileVersion { get; set; }
Property Value
Type Description
string

IsOnTravel

Is the current database on travel.

Declaration
[DataMember]
public bool IsOnTravel { get; set; }
Property Value
Type Description
bool

IsSatellite

Is the current database a Satellite

Declaration
[DataMember]
public bool IsSatellite { get; set; }
Property Value
Type Description
bool

IsUnicode

Is the database strings formatted as Unicode (i.e. NVARCHAR)

Declaration
[DataMember]
public bool IsUnicode { get; set; }
Property Value
Type Description
bool

License

License issued by SuperOffice

Declaration
[DataMember]
public LicenseInfo License { get; set; }
Property Value
Type Description
LicenseInfo

WarningEnglish

Warning information to be displayed to the user in plain English

Declaration
[DataMember]
public string WarningEnglish { get; set; }
Property Value
Type Description
string

WarningResource

Warning information to be displayed to the user in resource format.

Declaration
[DataMember]
public string WarningResource { get; set; }
Property Value
Type Description
string

Extension Methods

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