Show / Hide Table of Contents

Class NetServices

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

Inheritance
Object
NetServices
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SoDataBase.dll
Syntax
public class NetServices

Constructors

NetServices()

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()

Declaration
public static string GetPocketCentralServicesUrl()
Returns
Type Description
String

HasCentralPocketServicesPreference()

Declaration
public static bool HasCentralPocketServicesPreference()
Returns
Type Description
Boolean

UpdateNetServicesStatus(String)

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