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