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