Show / Hide Table of Contents

Class KbEntryCommentRecordData

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

Inheritance
object
KbEntryCommentRecordData
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 KbEntryCommentRecordData
Remarks

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

Constructors

KbEntryCommentRecordData()

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

Declaration
public KbEntryCommentRecordData()
Remarks

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

Fields

Author

The author of the entry

Declaration
public string Author
Field Value
Type Description
string
Remarks

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

Body

The contents of the comment.

Declaration
public string Body
Field Value
Type Description
string
Remarks

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

CustomerId

The id of the customer that created this comment.

Declaration
public int CustomerId
Field Value
Type Description
int
Remarks

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

DbiAgentId

Integration agent (eJournal)

Declaration
public int DbiAgentId
Field Value
Type Description
int
Remarks

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

DbiKey

The primary key for the integrated entry in the external datasource.

Declaration
public string DbiKey
Field Value
Type Description
string
Remarks

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

DbiLastModified

When the entry was last modified.

Declaration
public DateTime DbiLastModified
Field Value
Type Description
DateTime
Remarks

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

DbiLastSyncronized

Last external syncronization.

Declaration
public DateTime DbiLastSyncronized
Field Value
Type Description
DateTime
Remarks

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

KbEntryCommentId

The primary key (auto-incremented)

Declaration
public int KbEntryCommentId
Field Value
Type Description
int
Remarks

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

KbEntryId

The id of the kb_entry which this comment belongs to.

Declaration
public int KbEntryId
Field Value
Type Description
int
Remarks

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

PublishStatus

Publish status of comment. 0 is undefined, 1 is not published, 2 is published

Declaration
public short PublishStatus
Field Value
Type Description
short
Remarks

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

TimePosted

When the comment was posted.

Declaration
public DateTime TimePosted
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full KbEntryCommentRow 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 KbEntryCommentTableInfo 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)
KbEntryCommentRecordDataExtensions.ToInsertAsync(KbEntryCommentRecordData, 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