Show / Hide Table of Contents

Class KbCategoryRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the kb_category table.

Inheritance
Object
KbCategoryRecordData
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class KbCategoryRecordData
Remarks

Please use this class instead of a full KbCategoryRow 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 KbCategoryTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Constructors

KbCategoryRecordData()

Declaration
public KbCategoryRecordData()

Fields

AccessCheck

Contains a Parser-script used for evaluating customer access to this category.

Declaration
public string AccessCheck
Field Value
Type Description
String

AccessLevel

The access level for this category (enum).

Declaration
public short AccessLevel
Field Value
Type Description
Int16

CreatedBy

The id of the user who created this category.

Declaration
public int CreatedBy
Field Value
Type Description
Int32

DbiAgentId

Integration agent (eJournal)

Declaration
public int DbiAgentId
Field Value
Type Description
Int32

DbiKey

The primary key for the integrated entry in the external datasource.

Declaration
public string DbiKey
Field Value
Type Description
String

DbiLastModified

When the entry was last modified.

Declaration
public DateTime DbiLastModified
Field Value
Type Description
DateTime

DbiLastSyncronized

Last external syncronization.

Declaration
public DateTime DbiLastSyncronized
Field Value
Type Description
DateTime

Description

The description of this category.

Declaration
public string Description
Field Value
Type Description
String

Fullname

The full name of this category, i.e. Foo/bar/test.

Declaration
public string Fullname
Field Value
Type Description
String

InheritedAccessLevel

The lowest access level for this category or any parent

Declaration
public short InheritedAccessLevel
Field Value
Type Description
Int16

KbCategoryId

The primary key (auto-incremented)

Declaration
public int KbCategoryId
Field Value
Type Description
Int32

Name

The name of this category.

Declaration
public string Name
Field Value
Type Description
String

ParentId

This entry contains a reference to the parent category. NULL or -1 if this is a toplevel category.

Declaration
public int ParentId
Field Value
Type Description
Int32

SortOrder

A strictly ascending number used for sorting categories when they are listed.

Declaration
public int SortOrder
Field Value
Type Description
Int32

Extension Methods

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