Show / Hide Table of Contents

Class EntityIdxBase<TTableInfo, TIdx>

Inheritance
Object
EntityIdxBase
EntityIdxBase<TTableInfo, TIdx>
Appointment.AppointmentIdxBase
Contact.ContactIdxBase
Document.DocumentIdxBase
Person.PersonIdxBase
Project.ProjectIdxBase
ProjectMember.ProjectMemberIdxBase
Sale.SaleIdxBase
Selection.SelectionIdxBase
Implements
ISentryIgnorable
Inherited Members
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 EntityIdxBase<TTableInfo, TIdx> : EntityIdxBase, ISentryIgnorable where TTableInfo : TableInfo where TIdx : IdxBase<TTableInfo>
Type Parameters
Name Description
TTableInfo
TIdx

Constructors

EntityIdxBase(TIdx)

Declaration
protected EntityIdxBase(TIdx idx)
Parameters
Type Name Description
TIdx idx

Properties

IsSentryIgnored

Declaration
public override bool IsSentryIgnored { get; }
Property Value
Type Description
Boolean
Overrides
EntityIdxBase.IsSentryIgnored

JoinRestriction

JoinRestriction for the select statement

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

ReturnFields

ReturnFieldsCollection for the select statement

Declaration
public ReturnFieldsCollection ReturnFields { get; }
Property Value
Type Description
ReturnFieldsCollection

RowIdx

Declaration
public virtual TIdx RowIdx { get; }
Property Value
Type Description
TIdx

TableInfo

Declaration
public virtual TTableInfo TableInfo { get; }
Property Value
Type Description
TTableInfo

Methods

BeginIgnoreSentryCheck()

Declaration
public override IgnoreSentryCheck BeginIgnoreSentryCheck()
Returns
Type Description
IgnoreSentryCheck
Overrides
EntityIdxBase.BeginIgnoreSentryCheck()

EndIgnoreSentryCheck()

Declaration
public override void EndIgnoreSentryCheck()
Overrides
EntityIdxBase.EndIgnoreSentryCheck()

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