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