Class ReplyTemplateAttachmentRow.ReplyTemplateAttachmentRowIdxBase
Abstract base class for accessors.
Inheritance
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public abstract class ReplyTemplateAttachmentRowIdxBase : IdxBase<ReplyTemplateAttachmentTableInfo>, ICloneable, ISentryIgnorable
Constructors
ReplyTemplateAttachmentRowIdxBase()
Declaration
protected ReplyTemplateAttachmentRowIdxBase()
Properties
ReplyTemplateAttachmentTableInfo
Get the ReplyTemplateAttachmentTableInfo for the table that the selector covers
Declaration
[Obsolete("Use the inherited TableInfo property instead.", false)]
public ReplyTemplateAttachmentTableInfo ReplyTemplateAttachmentTableInfo { get; }
Property Value
Type | Description |
---|---|
ReplyTemplateAttachmentTableInfo | Instance of ReplyTemplateAttachmentTableInfo |
Methods
ToReplyTemplateAttachmentRow()
Operator converting an instance of ReplyTemplateAttachmentRow.ReplyTemplateAttachmentRowIdx to a ReplyTemplateAttachmentRow.
This operator performs a select against the database.
Declaration
public ReplyTemplateAttachmentRow ToReplyTemplateAttachmentRow()
Returns
Type | Description |
---|---|
ReplyTemplateAttachmentRow | The result of the query against the database as a ReplyTemplateAttachmentRow |
ToReplyTemplateAttachmentRow(ITableRowLoadHandler)
Operator converting an instance of ReplyTemplateAttachmentRow.ReplyTemplateAttachmentRowIdx to a ReplyTemplateAttachmentRow.
This operator performs a select against the database.
Declaration
public ReplyTemplateAttachmentRow ToReplyTemplateAttachmentRow(ITableRowLoadHandler handler)
Parameters
Type | Name | Description |
---|---|---|
ITableRowLoadHandler | handler |
Returns
Type | Description |
---|---|
ReplyTemplateAttachmentRow | The result of the query against the database as a ReplyTemplateAttachmentRow |
ToReplyTemplateAttachmentRows()
Operator converting an instance of
Declaration
public ReplyTemplateAttachmentRows ToReplyTemplateAttachmentRows()
Returns
Type | Description |
---|---|
ReplyTemplateAttachmentRows | The result of the query against the database as a ReplyTemplateAttachmentRows |
ToReplyTemplateAttachmentRows(ITableRowLoadHandlerFactory)
Operator converting an instance of
Declaration
public ReplyTemplateAttachmentRows ToReplyTemplateAttachmentRows(ITableRowLoadHandlerFactory tableRowHandlerFactory)
Parameters
Type | Name | Description |
---|---|---|
SuperOffice.CRM.Rows.ITableRowLoadHandlerFactory | tableRowHandlerFactory | Factory for creating ITableRowLoadHandlers. |
Returns
Type | Description |
---|---|
ReplyTemplateAttachmentRows | The result of the query against the database as a ReplyTemplateAttachmentRows |
Operators
Implicit(ReplyTemplateAttachmentRow.ReplyTemplateAttachmentRowIdxBase to ReplyTemplateAttachmentRow)
Operator converting an instance of ReplyTemplateAttachmentRow.ReplyTemplateAttachmentRowIdx to a ReplyTemplateAttachmentRow.
This operator performs a select against the database.
Declaration
public static implicit operator ReplyTemplateAttachmentRow(ReplyTemplateAttachmentRow.ReplyTemplateAttachmentRowIdxBase pThis)
Parameters
Type | Name | Description |
---|---|---|
ReplyTemplateAttachmentRow.ReplyTemplateAttachmentRowIdxBase | pThis | The ReplyTemplateAttachmentRow.ReplyTemplateAttachmentRowIdx to convert |
Returns
Type | Description |
---|---|
ReplyTemplateAttachmentRow | The result of the query against the database as a ReplyTemplateAttachmentRow |
Implicit(ReplyTemplateAttachmentRow.ReplyTemplateAttachmentRowIdxBase to ReplyTemplateAttachmentRows)
Operator converting an instance of
Declaration
public static implicit operator ReplyTemplateAttachmentRows(ReplyTemplateAttachmentRow.ReplyTemplateAttachmentRowIdxBase pThis)
Parameters
Type | Name | Description |
---|---|---|
ReplyTemplateAttachmentRow.ReplyTemplateAttachmentRowIdxBase | pThis | The |
Returns
Type | Description |
---|---|
ReplyTemplateAttachmentRows | The result of the query against the database as a ReplyTemplateAttachmentRows |