Show / Hide Table of Contents

Class ReplyTemplateRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the reply_template table.

Inheritance
object
ReplyTemplateRecordData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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.

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ReplyTemplateRecordDataExtensions.ToInsertAsync(ReplyTemplateRecordData, CancellationToken)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top