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