Show / Hide Table of Contents

Class NetServices

Helper class to update/parse NetServices URLs and store/update the user preferences.

Inheritance
Object
NetServices
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)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top