Show / Hide Table of Contents

Class ReplyTemplateBodyTableInfo

Table 'reply_template_body': Contains the body of the reply templates in different languages

Inheritance
Object
TableInfo
ReplyTemplateBodyTableInfo
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_body")]
public class ReplyTemplateBodyTableInfo : 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 ReplyTemplateBody in the database dictionary: reply_template_body

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

Properties

BodyHtml

Field 'body_html' in table 'reply_template_body': Dictionary type Clob, .NET type: String

The html version of the body.

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

BodyPlain

Field 'body_plain' in table 'reply_template_body': Dictionary type Clob, .NET type: String

The plain text version of the body.

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

BodySms

Field 'body_sms' in table 'reply_template_body': Dictionary type Clob, .NET type: String

The sms version of the body.

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

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

DictionaryTableNumber

Table number for table ReplyTemplateBody 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_body': Dictionary type Int, .NET type: Int32

Identifies the status of the template body. Default, not default etc.

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

Headers

Field 'headers' in table 'reply_template_body': Dictionary type Clob, .NET type: String

Additional headers. Optional

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

LanguageId

Field 'language_id' in table 'reply_template_body': Dictionary type FK, .NET type: Int32

Links the body to a reply template

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

LanguageId_InnerJoin_CustLang

Generated join from the foreign key LanguageId in this table, to its target table CustLangTableInfo.

Declaration
public TargetedInnerJoin<CustLangTableInfo> LanguageId_InnerJoin_CustLang { get; }
Property Value
Type Description
TargetedInnerJoin<CustLangTableInfo>

ReplyTemplateBodyId

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

The primary key (auto-incremented)

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

ReplyTemplateId

Field 'reply_template_id' in table 'reply_template_body': Dictionary type FK, .NET type: Int32

Links the body to a reply template

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

ReplyTemplateId_InnerJoin_ReplyTemplate

Generated join from the foreign key ReplyTemplateId in this table, to its target table ReplyTemplateTableInfo.

Declaration
public TargetedInnerJoin<ReplyTemplateTableInfo> ReplyTemplateId_InnerJoin_ReplyTemplate { get; }
Property Value
Type Description
TargetedInnerJoin<ReplyTemplateTableInfo>

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

Subject

Field 'subject' in table 'reply_template_body': Dictionary type Clob, .NET type: String

Subject of the outgoing message. Ignored if not needed

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

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