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