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