Show / Hide Table of Contents

Class NetServerVersion

Version information.

Inheritance
object
NetServerVersion
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice
Assembly: SoCore.dll
Syntax
public class NetServerVersion

Fields

FriendlyName

Version information.

Declaration
public const string FriendlyName = "SuperOffice CRM Online 11.1 Build {1}"
Field Value
Type Description
string

MajorMinor

Version information.

Declaration
public const string MajorMinor = "11.1"
Field Value
Type Description
string

ServiceNamespace

Default namespace for services based on this version of NetServer

Declaration
public const string ServiceNamespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0"
Field Value
Type Description
string

Properties

Build

Build of the assembly

Declaration
public static int Build { get; }
Property Value
Type Description
int

BuildInfo

Information about the build as generated by the build system.

Declaration
public static BuildInfoAttribute BuildInfo { get; }
Property Value
Type Description
BuildInfoAttribute

BuildType

Type of build: Stable, Release or Feature

Declaration
public static NetServerBuildType BuildType { get; }
Property Value
Type Description
NetServerBuildType

DaysUnitilExpiry

Days until this version of NetServer expires

Declaration
[Obsolete("Use DaysUntilExpiry instead", false)]
public static int DaysUnitilExpiry { get; }
Property Value
Type Description
int

DaysUntilExpiry

Days until this version of NetServer expires

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

FileVersion

Return NetServer's file version

Declaration
public static string FileVersion { get; }
Property Value
Type Description
string

FullName

Full name of this version of NetServer: "SuperOffice 8.5 R11 NetServer 7.1 Release (Build: 7.1.200.300.TEST})"

Declaration
public static string FullName { get; }
Property Value
Type Description
string

ReleaseName

Release Name: "8.5 R11" or "8.5 Dev"

Declaration
public static string ReleaseName { get; }
Property Value
Type Description
string

Version

Build version of SoCore

Declaration
public static Version Version { get; }
Property Value
Type Description
Version

Methods

GetServerVersionWithOverride(out bool)

Returns the current server-version or the explicit WebTools version-override set in config-file. WARNING this method will trigger the ClassFactory!

Declaration
public static Version GetServerVersionWithOverride(out bool useOverride)
Parameters
Type Name Description
bool useOverride

true if version has been overriden

Returns
Type Description
Version

OverriddenVersionString()

Override version string for WebTools. WARNING this method will trigger the ClassFactory!

Declaration
public static string OverriddenVersionString()
Returns
Type Description
string

Extension Methods

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