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