Class ReplyTemplateBodyRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the reply_template_body table.
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class ReplyTemplateBodyRecordData : Object
Remarks
Please use this class instead of a full ReplyTemplateBodyRow 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 ReplyTemplateBodyTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
ReplyTemplateBodyRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the reply_template_body table.
Declaration
public ReplyTemplateBodyRecordData()
Remarks
Please use this class instead of a full ReplyTemplateBodyRow 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 ReplyTemplateBodyTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
BodyHtml
The html version of the body.
Declaration
public string BodyHtml
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full ReplyTemplateBodyRow 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 ReplyTemplateBodyTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
BodyPlain
The plain text version of the body.
Declaration
public string BodyPlain
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full ReplyTemplateBodyRow 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 ReplyTemplateBodyTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
BodySms
The sms version of the body.
Declaration
public string BodySms
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full ReplyTemplateBodyRow 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 ReplyTemplateBodyTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Flags
Identifies the status of the template body. Default, not default etc.
Declaration
public ReplyTemplateBodyFlags Flags
Field Value
Type | Description |
---|---|
ReplyTemplateBodyFlags |
Remarks
Please use this class instead of a full ReplyTemplateBodyRow 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 ReplyTemplateBodyTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Headers
Additional headers. Optional
Declaration
public string Headers
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full ReplyTemplateBodyRow 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 ReplyTemplateBodyTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
LanguageId
Links the body to a reply template
Declaration
public int LanguageId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full ReplyTemplateBodyRow 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 ReplyTemplateBodyTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ReplyTemplateBodyId
The primary key (auto-incremented)
Declaration
public int ReplyTemplateBodyId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full ReplyTemplateBodyRow 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 ReplyTemplateBodyTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ReplyTemplateId
Links the body to a reply template
Declaration
public int ReplyTemplateId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full ReplyTemplateBodyRow 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 ReplyTemplateBodyTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Subject
Subject of the outgoing message. Ignored if not needed
Declaration
public string Subject
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full ReplyTemplateBodyRow 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 ReplyTemplateBodyTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.