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