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