Show / Hide Table of Contents

Class DBC.TZStdRuleFields

Fields for TZStdRule, Time zone rule for standard time

Inheritance
object
DBC.TZStdRuleFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.TZStdRuleFields

Fields

Bias

TZStdRule.Bias: number of minutes bias relative to UTC time

Declaration
public const string Bias = "bias"
Field Value
Type Description
string

Description

TZStdRule.Description: Description, for identifying the rule in SoAdmin

Declaration
public const string Description = "description"
Field Value
Type Description
string

IsBuiltIn

TZStdRule.IsBuiltIn: Is this row part of SuperOffice priming data

Declaration
public const string IsBuiltIn = "isBuiltIn"
Field Value
Type Description
string

Registered

TZStdRule.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

TZStdRule.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

TZLocationId

TZStdRule.TZLocationId: Location that this rule is valid for - one location has at least one rule; multiple rules are discerned by their validFrom dates

Declaration
public const string TZLocationId = "TZLocationId"
Field Value
Type Description
string

TZStdRuleId

TZStdRule.TZStdRuleId: Primary key

Declaration
public const string TZStdRuleId = "TZStdRule_id"
Field Value
Type Description
string

Updated

TZStdRule.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

TZStdRule.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

TZStdRule.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string

ValidFrom

TZStdRule.ValidFrom: Date this rule is valid from

Declaration
public const string ValidFrom = "validFrom"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top