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