Show / Hide Table of Contents

Class ReplyTemplateFolderRecordData

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

Inheritance
Object
ReplyTemplateFolderRecordData
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class ReplyTemplateFolderRecordData : Object
Remarks

Please use this class instead of a full ReplyTemplateFolderRow 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 ReplyTemplateFolderTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Constructors

ReplyTemplateFolderRecordData()

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

Declaration
public ReplyTemplateFolderRecordData()
Remarks

Please use this class instead of a full ReplyTemplateFolderRow 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 ReplyTemplateFolderTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Fields

Description

The description of this folder.

Declaration
public string Description
Field Value
Type Description
String
Remarks

Please use this class instead of a full ReplyTemplateFolderRow 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 ReplyTemplateFolderTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Flags

A bitmap for this folder.

Declaration
public int Flags
Field Value
Type Description
Int32
Remarks

Please use this class instead of a full ReplyTemplateFolderRow 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 ReplyTemplateFolderTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Fullname

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

Declaration
public string Fullname
Field Value
Type Description
String
Remarks

Please use this class instead of a full ReplyTemplateFolderRow 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 ReplyTemplateFolderTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Name

The name of this folder.

Declaration
public string Name
Field Value
Type Description
String
Remarks

Please use this class instead of a full ReplyTemplateFolderRow 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 ReplyTemplateFolderTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

ParentId

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

Declaration
public int ParentId
Field Value
Type Description
Int32
Remarks

Please use this class instead of a full ReplyTemplateFolderRow 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 ReplyTemplateFolderTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

ReplyTemplateFolderId

The primary key (auto-incremented)

Declaration
public int ReplyTemplateFolderId
Field Value
Type Description
Int32
Remarks

Please use this class instead of a full ReplyTemplateFolderRow 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 ReplyTemplateFolderTableInfo 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)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
ReplyTemplateFolderRecordDataExtensions.ToInsert(ReplyTemplateFolderRecordData)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top