Class NetServerBuildType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class NetServerBuildType : Enum
Fields
Alpha
2: SuperOffice Confidential version that shall only be used by SuperOffice or partners with a signed and valid agreement with SuperOffice.
Declaration
public const NetServerBuildType Alpha
Field Value
Type | Description |
---|---|
NetServerBuildType |
Beta
3: Beta version intended for SuperOffice with beta partners
Declaration
public const NetServerBuildType Beta
Field Value
Type | Description |
---|---|
NetServerBuildType |
Feature
0: SuperOffice Research and Product Development confidential version that never shall run on machines not owned by SuperOffice Research and Product Development.
Declaration
public const NetServerBuildType Feature
Field Value
Type | Description |
---|---|
NetServerBuildType |
Release
5: Release intended for customers.
Declaration
public const NetServerBuildType Release
Field Value
Type | Description |
---|---|
NetServerBuildType |
ReleaseCandidate
4: Release candidate intended for customers participating in a ramp-up or beta program.
Declaration
public const NetServerBuildType ReleaseCandidate
Field Value
Type | Description |
---|---|
NetServerBuildType |
Stable
1: SuperOffice Research and Product Development confidential version that never shall run on machines not owned by SuperOffice Research and Product Development.
Declaration
public const NetServerBuildType Stable
Field Value
Type | Description |
---|---|
NetServerBuildType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)