Class NetServices
Helper class to update/parse NetServices URLs and store/update the user preferences.
Namespace: SuperOffice.CRM
Assembly: SoDataBase.dll
Syntax
public class NetServices : Object
Constructors
NetServices()
Helper class to update/parse NetServices URLs and store/update the user preferences.
Declaration
public NetServices()
Methods
GetNetServicesStatusUrl()
Returns URL to status service. e.g. 'https://help.superoffice.com/sodispatcher/v1/status' Returns NULL if status does not need to be checked yet.
Declaration
public static string GetNetServicesStatusUrl()
Returns
Type | Description |
---|---|
String | NULL or URL of the status service that returns an XML or JSON block. |
GetPocketCentralServicesUrl()
Helper class to update/parse NetServices URLs and store/update the user preferences.
Declaration
public static string GetPocketCentralServicesUrl()
Returns
Type | Description |
---|---|
String |
HasCentralPocketServicesPreference()
Helper class to update/parse NetServices URLs and store/update the user preferences.
Declaration
public static bool HasCentralPocketServicesPreference()
Returns
Type | Description |
---|---|
Boolean |
UpdateNetServicesStatus(String)
Helper class to update/parse NetServices URLs and store/update the user preferences.
Declaration
public static void UpdateNetServicesStatus(string json_or_xml)
Parameters
Type | Name | Description |
---|---|---|
String | json_or_xml |
Extension Methods
EnumUtil.MapEnums<From, To>(From)