Class TaskMenuRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the TaskMenu table.
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class TaskMenuRecordData
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
TaskMenuRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the TaskMenu table.
Declaration
public TaskMenuRecordData()
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
ArchiveBehaviour
None, rightclick on, multiselect
Declaration
public ArchiveBehaviour ArchiveBehaviour
Field Value
Type | Description |
---|---|
ArchiveBehaviour |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Area
Can be Task or other that can identify which menu recipe to merge the item into
Declaration
public string Area
Field Value
Type | Description |
---|---|
string |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
CrmScriptId
The CRMScript or Macro which will be run task item is selected.
Declaration
public int CrmScriptId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Deleted
0 -> record is active 1 -> record is 'deleted' and should not be shown in lists
Declaration
public short Deleted
Field Value
Type | Description |
---|---|
short |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Encoding
Encoding for url
Declaration
public UrlEncoding Encoding
Field Value
Type | Description |
---|---|
UrlEncoding |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Name
The list item
Declaration
public string Name
Field Value
Type | Description |
---|---|
string |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Rank
Rank order
Declaration
public short Rank
Field Value
Type | Description |
---|---|
short |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Registered
Registered when in UTC.
Declaration
public DateTime Registered
Field Value
Type | Description |
---|---|
DateTime |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
RegisteredAssociateId
Registered by whom
Declaration
public int RegisteredAssociateId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ShowInClient
Show task list item in which clients (web, mobile)
Declaration
public ShowTaskItemInClient ShowInClient
Field Value
Type | Description |
---|---|
ShowTaskItemInClient |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
TableName
The name of entity that this task item can be used at
Declaration
public string TableName
Field Value
Type | Description |
---|---|
string |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
TaskMenuId
Primary key
Declaration
public int TaskMenuId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
TaskType
Type of task item Url, SoProtocol or CRMScript.
Declaration
public TaskListItemType TaskType
Field Value
Type | Description |
---|---|
TaskListItemType |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Tooltip
Tooltip or other description
Declaration
public string Tooltip
Field Value
Type | Description |
---|---|
string |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Updated
Last updated when in UTC.
Declaration
public DateTime Updated
Field Value
Type | Description |
---|---|
DateTime |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
UpdatedAssociateId
Last updated by whom
Declaration
public int UpdatedAssociateId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
UpdatedCount
Number of updates made to this record
Declaration
public short UpdatedCount
Field Value
Type | Description |
---|---|
short |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
UrlOrSoprotocol
The url or soprotocol
Declaration
public string UrlOrSoprotocol
Field Value
Type | Description |
---|---|
string |
Remarks
Please use this class instead of a full TaskMenuRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding TaskMenuTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.