Show / Hide Table of Contents

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.
Inheritance
object
PreferredTimeZone
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
ITimeZoneAgent

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
ITimeZoneAgent

Country

Name of the country of the time zone

Declaration
[DataMember]
public virtual string Country { get; set; }
Property Value
Type Description
string
See Also
ITimeZoneAgent

Description

Description of the time zone

Declaration
[DataMember]
public virtual string Description { get; set; }
Property Value
Type Description
string
See Also
ITimeZoneAgent

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
ITimeZoneAgent

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
ITimeZoneAgent

TZLocationId

Primary key

Declaration
[DataMember]
public virtual int TZLocationId { get; set; }
Property Value
Type Description
int
See Also
ITimeZoneAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

Overrides
object.ToString()
See Also
ITimeZoneAgent

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.

See Also
ITimeZoneAgent

See Also

ITimeZoneAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top