Class DBC.TZLocationFields
Fields for TZLocation, Time zone location
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class TZLocationFields : Object
Fields
Cities
TZLocation.Cities: Cities, comma-separated list. Future localization via localeText resource type 32
Declaration
public const string Cities = "cities"
Field Value
Type | Description |
---|---|
String |
CountryId
TZLocation.CountryId: Country that this timezone location is defined for
Declaration
public const string CountryId = "countryId"
Field Value
Type | Description |
---|---|
String |
Deleted
TZLocation.Deleted: Is this row 'deleted' (invisible in lists)
Declaration
public const string Deleted = "isDeleted"
Field Value
Type | Description |
---|---|
String |
Description
TZLocation.Description: Dcescription, only visible in Admin contexts
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
GroupName
TZLocation.GroupName: Group (heading) name for timezone locations that do not have a country (such as the EU zones)
Declaration
public const string GroupName = "groupName"
Field Value
Type | Description |
---|---|
String |
IsActive
TZLocation.IsActive: Is this field visible in the standard drop-down list in the GUI? If no, it can still be used and searched for, but won't be visible directly in the dropdown list.
Declaration
public const string IsActive = "isActive"
Field Value
Type | Description |
---|---|
String |
IsBuiltIn
TZLocation.IsBuiltIn: Is this row part of SuperOffice priming data
Declaration
public const string IsBuiltIn = "isBuiltIn"
Field Value
Type | Description |
---|---|
String |
LocationCode
TZLocation.LocationCode: Code, such as CA-NT, identifying the timezone location in the imported data. Unique, NOT equal to the culture codes of Windows
Declaration
public const string LocationCode = "locationCode"
Field Value
Type | Description |
---|---|
String |
RegionName
TZLocation.RegionName: Name of region, such as Northwest Territories. Future localization via localeText resource type 31
Declaration
public const string RegionName = "regionName"
Field Value
Type | Description |
---|---|
String |
Registered
TZLocation.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
TZLocation.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
ShortName
TZLocation.ShortName: Short name, such as CET (Central European Time); future localization via localeText resource type 33
Declaration
public const string ShortName = "shortName"
Field Value
Type | Description |
---|---|
String |
TZLocationId
TZLocation.TZLocationId: Primary key
Declaration
public const string TZLocationId = "TZLocation_id"
Field Value
Type | Description |
---|---|
String |
Updated
TZLocation.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
TZLocation.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
TZLocation.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |