Class DBC.BaseTZLocationFields
Fields for BaseTZLocation, Time zone location for the database (how tz-related datetimes should be stored in the database)
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class BaseTZLocationFields : Object
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 |