Class LatestVersion
Current and historical WCF/SOAP "Services88" and WebAPI "v1" versions
Inherited Members
Namespace: SuperOffice.Services
Assembly: SoCore.dll
Syntax
public static class LatestVersion
Fields
AllVersions
87 : { Number: 87, Name: "Services87", IsFrozen: true, IsCurrent: false, IsObsolete: false}
Declaration
public static Dictionary<int, ServiceVersion> AllVersions
Field Value
Type | Description |
---|---|
Dictionary<int, ServiceVersion> |
ServicesName
"Services87"
Declaration
public const string ServicesName = "Services88"
Field Value
Type | Description |
---|---|
string |
ServicesNumber
"87"
Declaration
public const string ServicesNumber = "88"
Field Value
Type | Description |
---|---|
string |
WebApiName
"v1"
Declaration
public const string WebApiName = "v1"
Field Value
Type | Description |
---|---|
string |