Class KbWorkflowAccessRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_workflow_access table.
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class KbWorkflowAccessRecordData : Object
Remarks
Please use this class instead of a full KbWorkflowAccessRow 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 KbWorkflowAccessTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
KbWorkflowAccessRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_workflow_access table.
Declaration
public KbWorkflowAccessRecordData()
Remarks
Please use this class instead of a full KbWorkflowAccessRow 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 KbWorkflowAccessTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
KbAccess
The access given to a user for entries in a given workflow phase. 1 for viewing entries, 2 for moving entries between workflow phases, 3 for editing entries
Declaration
public short KbAccess
Field Value
Type | Description |
---|---|
Int16 |
Remarks
Please use this class instead of a full KbWorkflowAccessRow 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 KbWorkflowAccessTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
KbWorkflow
The workflow to access.
Declaration
public int KbWorkflow
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full KbWorkflowAccessRow 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 KbWorkflowAccessTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
KbWorkflowAccessId
The primary key (auto-incremented)
Declaration
public int KbWorkflowAccessId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full KbWorkflowAccessRow 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 KbWorkflowAccessTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
UserId
The user with access.
Declaration
public int UserId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full KbWorkflowAccessRow 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 KbWorkflowAccessTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.