Show / Hide Table of Contents

Class Selection.SelectionIdxBase

Base class for the index facades.

Inheritance
Object
EntityIdxBase
EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>
Selection.SelectionIdxBase
Selection.SelectionIdx
SelectionCollection.SelectionCollectionIdx
Implements
ISentryIgnorable
Inherited Members
EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>.BeginIgnoreSentryCheck()
EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>.EndIgnoreSentryCheck()
EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>.TableInfo
EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>.RowIdx
EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>.JoinRestriction
EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>.ReturnFields
EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>.IsSentryIgnored
EntityIdxBase.BeginIgnoreSentryCheck()
EntityIdxBase.EndIgnoreSentryCheck()
EntityIdxBase.IsSentryIgnored
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class SelectionIdxBase : EntityIdxBase<SelectionTableInfo, SelectionRow.SelectionRowIdxBase>, ISentryIgnorable

Constructors

SelectionIdxBase(SelectionRow.SelectionRowIdxBase)

Constructor for the index facades.

Declaration
protected SelectionIdxBase(SelectionRow.SelectionRowIdxBase idx)
Parameters
Type Name Description
SelectionRow.SelectionRowIdxBase idx

Index for the SelectionRow object

Properties

SearchCategoryRelationTableInfo

Get TableInfo for SearchCategory relation

Declaration
public SearchCatTableInfo SearchCategoryRelationTableInfo { get; }
Property Value
Type Description
SearchCatTableInfo

SelectionInfoRelationTableInfo

Get TableInfo for SelectionInfo relation

Declaration
public TextTableInfo SelectionInfoRelationTableInfo { get; }
Property Value
Type Description
TextTableInfo

SelectionTextRelationTableInfo

Get TableInfo for SelectionText relation

Declaration
public TextTableInfo SelectionTextRelationTableInfo { get; }
Property Value
Type Description
TextTableInfo

TableInfo

Declaration
public override SelectionTableInfo TableInfo { get; }
Property Value
Type Description
SelectionTableInfo
Overrides
SuperOffice.CRM.Entities.EntityIdxBase<SuperOffice.CRM.Data.SelectionTableInfo, SuperOffice.CRM.Rows.SelectionRow.SelectionRowIdxBase>.TableInfo

UserGroupRelationTableInfo

Get TableInfo for UserGroup relation

Declaration
public UserGroupTableInfo UserGroupRelationTableInfo { get; }
Property Value
Type Description
UserGroupTableInfo

VisibleForTableInfo

TableInfo used to join in visible-for

Declaration
public VisibleForTableInfo VisibleForTableInfo { get; }
Property Value
Type Description
VisibleForTableInfo

Implements

ISentryIgnorable

Extension Methods

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