Show / Hide Table of Contents

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.

Inheritance
Object
KbWorkflowAccessRecordData
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.

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
KbWorkflowAccessRecordDataExtensions.ToInsert(KbWorkflowAccessRecordData)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top