Class PreferredTimeZone
This service support fetching of client interface configuration data. <para/> Client configuration data include Application configuration, which defines how an application is composed out of pages; and page configuration that defines how a page is built out of panels, cards, views and controls. <para/> Separate access points also exist for fetching object mappings and filter lists.
Carrier object for PreferredTimeZone. Services for the PreferredTimeZone Carrier is available from the TimeZone Agent.Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class PreferredTimeZone
Constructors
PreferredTimeZone()
Default constructor
Declaration
public PreferredTimeZone()
See Also
Properties
Bias
number of minutes bias relative to UTC time
Declaration
[DataMember]
public virtual short Bias { get; set; }
Property Value
Type | Description |
---|---|
short |
See Also
Country
Name of the country of the time zone
Declaration
[DataMember]
public virtual string Country { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
Description
Description of the time zone
Declaration
[DataMember]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
LocationCode
Code, such as CA-NT, identifying the timezone location in the imported data. Unique, NOT equal to the culture codes of Windows
Declaration
[DataMember]
public virtual string LocationCode { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
PreferenceId
Primary key of userpreference row that specifies the TZLocationId, if set; 0 if the data are from a fallback (but still valid)
Declaration
[DataMember]
public virtual int PreferenceId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
TZLocationId
Primary key
Declaration
[DataMember]
public virtual int TZLocationId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The carrier contents. |
Overrides
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. |