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