Class ReplyTemplateRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the reply_template table.
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class ReplyTemplateRecordData
Remarks
Please use this class instead of a full ReplyTemplateRow 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 ReplyTemplateTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
ReplyTemplateRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the reply_template table.
Declaration
public ReplyTemplateRecordData()
Remarks
Please use this class instead of a full ReplyTemplateRow 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 ReplyTemplateTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
AccessLevel
The access level (enum) for this reply template.
Declaration
public short AccessLevel
Field Value
Type | Description |
---|---|
short |
Remarks
Please use this class instead of a full ReplyTemplateRow 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 ReplyTemplateTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Description
The description for this reply template.
Declaration
public string Description
Field Value
Type | Description |
---|---|
string |
Remarks
Please use this class instead of a full ReplyTemplateRow 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 ReplyTemplateTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Flags
Reply template type, for example "new customer" or "new password". While called flags - this is not actually flags. Only one type can be used at a time.
Declaration
public int Flags
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full ReplyTemplateRow 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 ReplyTemplateTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
FolderId
The id of the folder in which this reply template is located. NULL or -1 if this is a toplevel reply template.
Declaration
public int FolderId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full ReplyTemplateRow 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 ReplyTemplateTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
LastChanged
When the reply template was last changed.
Declaration
public DateTime LastChanged
Field Value
Type | Description |
---|---|
DateTime |
Remarks
Please use this class instead of a full ReplyTemplateRow 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 ReplyTemplateTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Name
The name for this reply template.
Declaration
public string Name
Field Value
Type | Description |
---|---|
string |
Remarks
Please use this class instead of a full ReplyTemplateRow 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 ReplyTemplateTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
OwnedBy
The id of the user who owns this reply template.
Declaration
public int OwnedBy
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full ReplyTemplateRow 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 ReplyTemplateTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ReplyTemplateId
The primary key (auto-incremented)
Declaration
public int ReplyTemplateId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full ReplyTemplateRow 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 ReplyTemplateTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.