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