Show / Hide Table of Contents

Class KbCategoryTableInfo

Table 'kb_category': Knowledge base folder hierarchy

Inheritance
Object
TableInfo
KbCategoryTableInfo
Implements
ICloneable
Inherited Members
TableInfo.ToString()
TableInfo.RegisterFields(FieldInfo[])
TableInfo.FieldInfoFromSoField(SoField)
TableInfo.Clone()
TableInfo.IsSameTable(TableInfo)
TableInfo.FindField(String)
TableInfo.ProtAll
TableInfo.HashCheckFields
TableInfo.TableName
TableInfo.DbName
TableInfo.IsDictionaryTable
TableInfo.All
TableInfo.Item[String]
TableInfo.PrimaryKeyField
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("kb_category")]
public class KbCategoryTableInfo : TableInfo, ICloneable
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling .

Fields

DictionaryTableName

Conceptual name of table KbCategory in the database dictionary: kb_category

Declaration
public const string DictionaryTableName = "kb_category"
Field Value
Type Description
String

Properties

AccessCheck

Field 'access_check' in table 'kb_category': Dictionary type Clob, .NET type: String

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

Declaration
public StringFieldInfo AccessCheck { get; }
Property Value
Type Description
StringFieldInfo

AccessLevel

Field 'access_level' in table 'kb_category': Dictionary type Enum, .NET type: Int16

The access level for this category (enum).

Declaration
public UInt16FieldInfo AccessLevel { get; }
Property Value
Type Description
UInt16FieldInfo

CreatedBy

Field 'created_by' in table 'kb_category': Dictionary type FK, .NET type: Int32

The id of the user who created this category.

Declaration
public Int32FieldInfo CreatedBy { get; }
Property Value
Type Description
Int32FieldInfo

CreatedBy_InnerJoin_Ejuser

Generated join from the foreign key CreatedBy in this table, to its target table EjuserTableInfo.

Declaration
public TargetedInnerJoin<EjuserTableInfo> CreatedBy_InnerJoin_Ejuser { get; }
Property Value
Type Description
TargetedInnerJoin<EjuserTableInfo>

DbiAgentId

Field 'dbi_agent_id' in table 'kb_category': Dictionary type FK, .NET type: Int32

Integration agent (eJournal)

Declaration
public Int32FieldInfo DbiAgentId { get; }
Property Value
Type Description
Int32FieldInfo

DbiAgentId_InnerJoin_DbiAgent

Generated join from the foreign key DbiAgentId in this table, to its target table DbiAgentTableInfo.

Declaration
public TargetedInnerJoin<DbiAgentTableInfo> DbiAgentId_InnerJoin_DbiAgent { get; }
Property Value
Type Description
TargetedInnerJoin<DbiAgentTableInfo>

DbiKey

Field 'dbi_key' in table 'kb_category': Dictionary type String[256], .NET type: String

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

Declaration
public StringFieldInfo DbiKey { get; }
Property Value
Type Description
StringFieldInfo

DbiLastModified

Field 'dbi_last_modified' in table 'kb_category': Dictionary type DateTime, .NET type: DateTime

When the entry was last modified.

Declaration
public DateTimeFieldInfo DbiLastModified { get; }
Property Value
Type Description
DateTimeFieldInfo

DbiLastSyncronized

Field 'dbi_last_syncronized' in table 'kb_category': Dictionary type DateTime, .NET type: DateTime

Last external syncronization.

Declaration
public DateTimeFieldInfo DbiLastSyncronized { get; }
Property Value
Type Description
DateTimeFieldInfo

Definition

Definition of the table as described in the deployed runtime dictionary

Declaration
public override SoTable Definition { get; }
Property Value
Type Description
SoTable
Overrides
TableInfo.Definition

Description

Field 'description' in table 'kb_category': Dictionary type Clob, .NET type: String

The description of this category.

Declaration
public StringFieldInfo Description { get; }
Property Value
Type Description
StringFieldInfo

DictionaryTableNumber

Table number for table KbCategory in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database

Declaration
public int DictionaryTableNumber { get; }
Property Value
Type Description
Int32

Fullname

Field 'fullname' in table 'kb_category': Dictionary type Clob, .NET type: String

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

Declaration
public StringFieldInfo Fullname { get; }
Property Value
Type Description
StringFieldInfo

InheritedAccessLevel

Field 'inherited_access_level' in table 'kb_category': Dictionary type Enum, .NET type: Int16

The lowest access level for this category or any parent

Declaration
public UInt16FieldInfo InheritedAccessLevel { get; }
Property Value
Type Description
UInt16FieldInfo

KbCategoryId

Field 'id' in table 'kb_category': Dictionary type PK, .NET type: Int32

The primary key (auto-incremented)

Declaration
public Int32FieldInfo KbCategoryId { get; }
Property Value
Type Description
Int32FieldInfo

LeftOuterJoin_ChatTopic_KbCategoryId

Generated left outer join from the primary key KbCategoryId on this table, to ChatTopic.KbCategoryId.

Declaration
public TargetedLeftOuterJoin<ChatTopicTableInfo> LeftOuterJoin_ChatTopic_KbCategoryId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ChatTopicTableInfo>

LeftOuterJoin_CustLang_KbRoot

Generated left outer join from the primary key KbCategoryId on this table, to CustLang.KbRoot.

Declaration
public TargetedLeftOuterJoin<CustLangTableInfo> LeftOuterJoin_CustLang_KbRoot { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CustLangTableInfo>

LeftOuterJoin_KbCategoryLog_KbCategoryId

Generated left outer join from the primary key KbCategoryId on this table, to KbCategoryLog.KbCategoryId.

Declaration
public TargetedLeftOuterJoin<KbCategoryLogTableInfo> LeftOuterJoin_KbCategoryLog_KbCategoryId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<KbCategoryLogTableInfo>

LeftOuterJoin_KbEntry_CategoryId

Generated left outer join from the primary key KbCategoryId on this table, to KbEntry.CategoryId.

Declaration
public TargetedLeftOuterJoin<KbEntryTableInfo> LeftOuterJoin_KbEntry_CategoryId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<KbEntryTableInfo>

LeftOuterJoin_KbGroup_KbCategoryId

Generated left outer join from the primary key KbCategoryId on this table, to KbGroup.KbCategoryId.

Declaration
public TargetedLeftOuterJoin<KbGroupTableInfo> LeftOuterJoin_KbGroup_KbCategoryId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<KbGroupTableInfo>

LeftOuterJoin_MailInFilter_AutofaqKbCategory

Generated left outer join from the primary key KbCategoryId on this table, to MailInFilter.AutofaqKbCategory.

Declaration
public TargetedLeftOuterJoin<MailInFilterTableInfo> LeftOuterJoin_MailInFilter_AutofaqKbCategory { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MailInFilterTableInfo>

Name

Field 'name' in table 'kb_category': Dictionary type String[65], .NET type: String

The name of this category.

Declaration
public StringFieldInfo Name { get; }
Property Value
Type Description
StringFieldInfo

ParentId

Field 'parent_id' in table 'kb_category': Dictionary type FK, .NET type: Int32

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

Declaration
public Int32FieldInfo ParentId { get; }
Property Value
Type Description
Int32FieldInfo

ParentId_InnerJoin_KbCategory

Generated join from the foreign key ParentId in this table, to its target table KbCategoryTableInfo.

Declaration
public TargetedInnerJoin<KbCategoryTableInfo> ParentId_InnerJoin_KbCategory { get; }
Property Value
Type Description
TargetedInnerJoin<KbCategoryTableInfo>

RuntimeDefinition

Definition of the table as described in the deployed runtime dictionary

Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type Description
SoTable

SortOrder

Field 'sort_order' in table 'kb_category': Dictionary type Int, .NET type: Int32

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

Declaration
public Int32FieldInfo SortOrder { get; }
Property Value
Type Description
Int32FieldInfo

Implements

System.ICloneable

Extension Methods

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