Class DBC.HierarchyFields
Fields for Hierarchy, This table contains folders used to group the extra tables in the system.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class HierarchyFields : Object
Fields
Domain
Hierarchy.Domain: Domain seperating the different hierarchy
Declaration
public const string Domain = "domain"
Field Value
Type | Description |
---|---|
String |
Fullname
Hierarchy.Fullname: The full name of this category, i.e. Foo/bar/test.
Declaration
public const string Fullname = "fullname"
Field Value
Type | Description |
---|---|
String |
HierarchyId
Hierarchy.HierarchyId: The primary key (auto-incremented)
Declaration
public const string HierarchyId = "id"
Field Value
Type | Description |
---|---|
String |
Name
Hierarchy.Name: Name of this hierarchy folder.
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
ParentId
Hierarchy.ParentId: Parent table
Declaration
public const string ParentId = "parent_id"
Field Value
Type | Description |
---|---|
String |
Registered
Hierarchy.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
Hierarchy.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Updated
Hierarchy.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
Hierarchy.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
Hierarchy.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |