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