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