Show / Hide Table of Contents

Class DBC.BaseTZLocationFields

Fields for BaseTZLocation, Time zone location for the database (how tz-related datetimes should be stored in the database)

Inheritance
object
DBC.BaseTZLocationFields
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.BaseTZLocationFields

Fields

BaseTZLocationId

BaseTZLocation.BaseTZLocationId: Primary key

Declaration
public const string BaseTZLocationId = "BaseTZLocation_id"
Field Value
Type Description
string

DatabaseId

BaseTZLocation.DatabaseId: Actually travelcurrent.current_id, the id of the database this basetimezonelocation is meant for

Declaration
public const string DatabaseId = "databaseId"
Field Value
Type Description
string

Description

BaseTZLocation.Description: Descriptive text

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

Registered

BaseTZLocation.Registered: Registered when

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

RegisteredAssociateId

BaseTZLocation.RegisteredAssociateId: Registered by whom

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

TZLocationId

BaseTZLocation.TZLocationId: Country that this timezone location is defined for

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

Updated

BaseTZLocation.Updated: Last updated when

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

UpdatedAssociateId

BaseTZLocation.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

BaseTZLocation.UpdatedCount: Number of updates made to this record

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

ValidFrom

BaseTZLocation.ValidFrom: When is this tzLocation valid from, as THE database timezonelocation

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