Skip to main content

Class CustomerServiceStartup

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CustomerServiceStartup. This carrier contains various data needed by Service for startup. Do not use this API, as it is for internal use and might change without notice

Inheritance

objectCarrierCustomerServiceStartup

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

CustomerServiceStartup()

Default constructor - defaults any enum props to 0.

Properties

RecaptchaSiteKey

A global recaptcha site key, used with the google recaptcha component. This value is taken from the web.config file

Property Value

string

SelectedPreferences

An array of selected preferences needed by Service

Property Value

Preference[]

TZOffset

The offset in minutes compared with UTC, calculated for DateTime.Now

Property Value

int

TimezoneEnabled

Is timezone enabled

Property Value

bool

See Also

CustomerServiceAgent