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