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