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