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