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