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