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