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