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