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