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