Skip to main content

Class PocketStartupData

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for PocketStartupData. The Pocket Service. The service implements pocket specific stuff, like consolidated post-login stuff.

Inheritance

objectCarrierPocketStartupData

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

PocketStartupData()

Default constructor - defaults any enum props to 0.

Properties

BaseLocaleTimeZoneData

Property Value

TimeZoneData

CustomData

Custom data for Pocket, in JSON format

Property Value

string

IsPushNotificationEnabled

Is push notification configured and enabled in Netserver

Property Value

bool

NotificationsCount

Number of new invitations

Property Value

int

OverdueSalesCount

Number of overdued sales for current user

Property Value

int

PhoneLocaleTimeZoneData

Property Value

TimeZoneData

PocketPreferences

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

Property Value

Preference[]

SystemWebPanels

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

Property Value

WebPanelEntity[]

TableRights

List of tablerights for logged in user, in the same order as the Tables array parameter NULL if unknown enum value.

Property Value

ETableRight?[]

See Also

PocketStartupData.TableRights_String

TableRights_String

List of tablerights for logged in user, in the same order as the Tables array parameter Raw string enum values.

Property Value

string[]

See Also

PocketStartupData.TableRights

See Also

PocketAgent