Class DBC.AreaFields
Fields for Area, Definition of an Area (database subset for satellite and travel)
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class AreaFields : Object
Fields
AllData
Area.AllData: if set to 1, means 'no filtering'
Declaration
public const string AllData = "allData"
Field Value
Type | Description |
---|---|
String |
AreaId
Area.AreaId: Primary key
Declaration
public const string AreaId = "area_id"
Field Value
Type | Description |
---|---|
String |
DbType
Area.DbType: 0 = as in preferences, 1 = Sybase Anywhere, 2 = Ctree; used when generating prototypes
Declaration
public const string DbType = "dbType"
Field Value
Type | Description |
---|---|
String |
EncryptedComm
Area.EncryptedComm: Use encryption for this Area?
Declaration
public const string EncryptedComm = "encryptedComm"
Field Value
Type | Description |
---|---|
String |
FilterType
Area.FilterType: Area filtering algorithm - reserved for future use
Declaration
public const string FilterType = "filterType"
Field Value
Type | Description |
---|---|
String |
MaxDataAge
Area.MaxDataAge: Max age of data when generating db's based on this area
Declaration
public const string MaxDataAge = "maxDataAge"
Field Value
Type | Description |
---|---|
String |
Name
Area.Name: Area name
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
ParentAreaId
Area.ParentAreaId: Reserved/not implemented: for subareas, travel from satellite, maybe future multi-level satellites
Declaration
public const string ParentAreaId = "parent_area_id"
Field Value
Type | Description |
---|---|
String |
Registered
Area.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
Area.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Updated
Area.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
Area.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
Area.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |