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