Class DBC.HelpFields
Fields for Help, This table contains the help pages.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.HelpFields
Fields
ApplicationAreaId
Help.ApplicationAreaId: The id of the application_area, if this page is the description for a application_area..
Declaration
public const string ApplicationAreaId = "application_area_id"
Field Value
Type | Description |
---|---|
string |
Body
Help.Body: The actual body for the helppage. HTML format.
Declaration
public const string Body = "body"
Field Value
Type | Description |
---|---|
string |
HelpId
Help.HelpId: The primary key (auto-incremented)
Declaration
public const string HelpId = "id"
Field Value
Type | Description |
---|---|
string |
Language
Help.Language: A string indicating the language for this helppage ('no' or 'en').
Declaration
public const string Language = "language"
Field Value
Type | Description |
---|---|
string |
ModuleId
Help.ModuleId: The id of the module, if this page is the description for a module..
Declaration
public const string ModuleId = "module_id"
Field Value
Type | Description |
---|---|
string |
Name
Help.Name: The name for this help page.
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
string |
ParentId
Help.ParentId: The id of the parent help page. NULL or -1 if this is a toplevel helppage.
Declaration
public const string ParentId = "parent_id"
Field Value
Type | Description |
---|---|
string |
ScreenId
Help.ScreenId: The id of the screen, if this page is the description for a screen..
Declaration
public const string ScreenId = "screen_id"
Field Value
Type | Description |
---|---|
string |
SortOrder
Help.SortOrder: The sort-order for this helppage when listed among its siblings.
Declaration
public const string SortOrder = "sort_order"
Field Value
Type | Description |
---|---|
string |
Title
Help.Title: The title for this help page.
Declaration
public const string Title = "title"
Field Value
Type | Description |
---|---|
string |