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