Show / Hide Table of Contents

Class ReplyTemplateFolderTableInfo

Table 'reply_template_folder': This table contains entries for folders for reply templates.

Inheritance
Object
TableInfo
ReplyTemplateFolderTableInfo
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("reply_template_folder")]
public class ReplyTemplateFolderTableInfo : 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 ReplyTemplateFolder in the database dictionary: reply_template_folder

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

Properties

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 'reply_template_folder': Dictionary type String[256], .NET type: String

The description of this folder.

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

DictionaryTableNumber

Table number for table ReplyTemplateFolder 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

Flags

Field 'flags' in table 'reply_template_folder': Dictionary type Int, .NET type: Int32

A bitmap for this folder.

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

Fullname

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

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

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

LeftOuterJoin_MsFilter_AutofaqReplyCategory

Generated left outer join from the primary key ReplyTemplateFolderId on this table, to MsFilter.AutofaqReplyCategory.

Declaration
public TargetedLeftOuterJoin<MsFilterTableInfo> LeftOuterJoin_MsFilter_AutofaqReplyCategory { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MsFilterTableInfo>

LeftOuterJoin_ReplyTemplate_FolderId

Generated left outer join from the primary key ReplyTemplateFolderId on this table, to ReplyTemplate.FolderId.

Declaration
public TargetedLeftOuterJoin<ReplyTemplateTableInfo> LeftOuterJoin_ReplyTemplate_FolderId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReplyTemplateTableInfo>

Name

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

The name of this folder.

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

ParentId

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

The id of the parent folder of this folder. NULL or -1 of this is a toplevel folder.

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

ParentId_InnerJoin_ReplyTemplateFolder

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

Declaration
public TargetedInnerJoin<ReplyTemplateFolderTableInfo> ParentId_InnerJoin_ReplyTemplateFolder { get; }
Property Value
Type Description
TargetedInnerJoin<ReplyTemplateFolderTableInfo>

ReplyTemplateFolderId

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

The primary key (auto-incremented)

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

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

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