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 Pocket Agent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
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 Pocket Agent.Declaration
[DataMember]
public virtual TimeZoneData BaseLocaleTimeZoneData { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeZoneData |
See Also
CustomData
Custom data for Pocket, in JSON format
Declaration
[DataMember]
public virtual string CustomData { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
IsPushNotificationEnabled
Is push notification configured and enabled in Netserver
Declaration
[DataMember]
public virtual bool IsPushNotificationEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
See Also
NotificationsCount
Number of new invitations
Declaration
[DataMember]
public virtual int NotificationsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
OverdueSalesCount
Number of overdued sales for current user
Declaration
[DataMember]
public virtual int OverdueSalesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
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 Pocket Agent.Declaration
[DataMember]
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
[DataMember]
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
[DataMember]
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
[DataMember]
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. |