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