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