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.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class PocketStartupData : Carrier
Constructors
PocketStartupData()
Default constructor
Declaration
public PocketStartupData()
See Also
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
CustomData
Custom data for Pocket, in JSON format
Declaration
public virtual string CustomData { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
IsPushNotificationEnabled
Is push notification configured and enabled in Netserver
Declaration
public virtual bool IsPushNotificationEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
See Also
NotificationsCount
Number of new invitations
Declaration
public virtual int NotificationsCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
OverdueSalesCount
Number of overdued sales for current user
Declaration
public virtual int OverdueSalesCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
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
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
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
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
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
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. |