Show / Hide Table of Contents

Class PocketStartupData

The Pocket Service. The service implements pocket specific stuff, like consolidated post-login stuff.

Carrier object for PocketStartupData. Services for the PocketStartupData Carrier is available from the IPocketAgent.
Inheritance
Object
PocketStartupData
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class PocketStartupData : Carrier

Constructors

PocketStartupData()

Default constructor

Declaration
public PocketStartupData()
See Also
PocketAgent
IPocketAgent

Properties

BaseLocaleTimeZoneData

The Pocket Service. The service implements pocket specific stuff, like consolidated post-login stuff.

Carrier object for PocketStartupData. Services for the PocketStartupData Carrier is available from the IPocketAgent.
Declaration
public virtual TimeZoneData BaseLocaleTimeZoneData { get; set; }
Property Value
Type Description
TimeZoneData
See Also
PocketAgent
IPocketAgent

CustomData

Custom data for Pocket, in JSON format

Declaration
public virtual string CustomData { get; set; }
Property Value
Type Description
String
See Also
PocketAgent
IPocketAgent

IsPushNotificationEnabled

Is push notification configured and enabled in Netserver

Declaration
public virtual bool IsPushNotificationEnabled { get; set; }
Property Value
Type Description
Boolean
See Also
PocketAgent
IPocketAgent

NotificationsCount

Number of new invitations

Declaration
public virtual int NotificationsCount { get; set; }
Property Value
Type Description
Int32
See Also
PocketAgent
IPocketAgent

OverdueSalesCount

Number of overdued sales for current user

Declaration
public virtual int OverdueSalesCount { get; set; }
Property Value
Type Description
Int32
See Also
PocketAgent
IPocketAgent

PhoneLocaleTimeZoneData

The Pocket Service. The service implements pocket specific stuff, like consolidated post-login stuff.

Carrier object for PocketStartupData. Services for the PocketStartupData Carrier is available from the IPocketAgent.
Declaration
public virtual TimeZoneData PhoneLocaleTimeZoneData { get; set; }
Property Value
Type Description
TimeZoneData
See Also
PocketAgent
IPocketAgent

PocketPreferences

All Pocket specific preferences, including WebPanels defined by the user in Pocket

Declaration
public virtual Preference[] PocketPreferences { get; set; }
Property Value
Type Description
Preference[]
See Also
PocketAgent
IPocketAgent

SystemWebPanels

Web panels defined in Admin client, set to be shown in Pocket client

Declaration
public virtual WebPanelEntity[] SystemWebPanels { get; set; }
Property Value
Type Description
WebPanelEntity[]
See Also
PocketAgent
IPocketAgent

TableRights

List of tablerights for logged in user, in the same order as the Tables array parameter

Declaration
public virtual ETableRight[] TableRights { get; set; }
Property Value
Type Description
ETableRight[]
See Also
PocketAgent
IPocketAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
String

The carrier contents.

See Also
PocketAgent
IPocketAgent

ToString(String)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
String prefix

The line prefix (typically used for indenting)

Returns
Type Description
String

The carrier contents.

See Also
PocketAgent
IPocketAgent

See Also

PocketAgent
IPocketAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top