Show / Hide Table of Contents

Class UserCandidateRow.UserCandidateRowIdxBase

Abstract base class for accessors.

Inheritance
Object
SqlCommand
PrivateSelect
IdxBase
IdxBase<UserCandidateTableInfo>
UserCandidateRow.UserCandidateRowIdxBase
UserCandidateRow.UserCandidateRowIdx
UserCandidateRows.UserCandidateRowsIdx
Implements
ICloneable
ISentryIgnorable
Inherited Members
IdxBase<UserCandidateTableInfo>.TableInfo
IdxBase.OnIndexChanged()
IdxBase.UpdateRow(TableRowBase)
IdxBase.BeginIgnoreSentryCheck()
IdxBase.EndIgnoreSentryCheck()
IdxBase.InnerOrderBy
IdxBase.InnerGroupBy
IdxBase.InnerJoinRestriction
IdxBase.InnerReturnFields
IdxBase.JoinRestriction
IdxBase.ReturnFields
IdxBase.IsSentryIgnored
PrivateSelect._isDistinct
PrivateSelect.GetTableInfos()
PrivateSelect.GetRelations(TableInfo)
PrivateSelect.GetRelations(TableInfo, SoTable)
PrivateSelect.IsTableOuterJoined(TableInfo)
PrivateSelect.GetTablesInOrderBy()
PrivateSelect.GetTablesLeadingToTable(TableInfo)
PrivateSelect.ValidateJoin()
PrivateSelect.Clone()
PrivateSelect.CloneSelect()
PrivateSelect.ToString()
PrivateSelect.GetCachingHash()
PrivateSelect.GetRestrictionTables()
PrivateSelect.CreateOrderBy()
PrivateSelect.InnerRestriction
PrivateSelect.IsDistinct
PrivateSelect.ForceRecompile
PrivateSelect.ForceJoinOrder
PrivateSelect.SqlType
SqlCommand.Origin
SqlCommand.AddIgnoreAutoSentryTableInfo(TableInfo)
SqlCommand.AddIgnoreAutoSentryTableInfo(IEnumerable<TableInfo>)
SqlCommand.RemoveIgnoreAutoSentryTableInfo(TableInfo)
SqlCommand.ClearIgnoreAutoSentryTableInfos()
SqlCommand.IsAutoSentryIgnoredOnTableInfo(TableInfo)
SqlCommand.GetPrivateSaves()
SqlCommand.GetInserts()
SqlCommand.GetUpdates()
SqlCommand.GetDeletes()
SqlCommand.GetSelect()
SqlCommand.AutoSentryIgnoredTables
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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.

Handler recieving events when the row is loaded.
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 to a UserCandidateRows collection. This operator performs a select against the database.

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 to a UserCandidateRows collection. This operator performs a select against the database and calls back using SuperOffice.CRM.Rows.ITableRowLoadHandlerFactory.

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 to a UserCandidateRows collection. This operator performs a select against the database.

Declaration
public static implicit operator UserCandidateRows(UserCandidateRow.UserCandidateRowIdxBase pThis)
Parameters
Type Name Description
UserCandidateRow.UserCandidateRowIdxBase pThis

The to convert

Returns
Type Description
UserCandidateRows

The result of the query against the database as a UserCandidateRows

Implements

System.ICloneable
ISentryIgnorable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
QueryExectionExtensions.ExecuteReader(SqlCommand, Boolean)
QueryExectionExtensions.ExecuteScalar<T>(SqlCommand)
QueryExectionExtensions.ExecuteNonQuery(SqlCommand)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top