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