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