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