Show / Hide Table of Contents

Class Person.PersonIdx

Base class for the index facades.

Inheritance
Object
EntityIdxBase
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>
Person.PersonIdxBase
Person.PersonIdx
Person.PersonIdx<TIdx>
Implements
ISentryIgnorable
Inherited Members
Person.PersonIdxBase.AssociateRelationTableInfo
Person.PersonIdxBase.UdefLargeRelationTableInfo
Person.PersonIdxBase.UdefSmallRelationTableInfo
Person.PersonIdxBase.CategoryRelationTableInfo
Person.PersonIdxBase.BusinessRelationTableInfo
Person.PersonIdxBase.ContactRelationTableInfo
Person.PersonIdxBase.PositionRelationTableInfo
Person.PersonIdxBase.AddressRelationTableInfo
Person.PersonIdxBase.CountryRelationTableInfo
Person.PersonIdxBase.InfoRelationTableInfo
Person.PersonIdxBase.TableInfo
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>.BeginIgnoreSentryCheck()
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>.EndIgnoreSentryCheck()
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>.TableInfo
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>.RowIdx
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>.JoinRestriction
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>.ReturnFields
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>.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 PersonIdx : Person.PersonIdxBase, ISentryIgnorable

Constructors

PersonIdx(PersonRow.PersonRowIdx)

Constructor for the index facades.

Declaration
protected PersonIdx(PersonRow.PersonRowIdx idx)
Parameters
Type Name Description
PersonRow.PersonRowIdx idx

Index for the PersonRow object

Methods

ToPerson()

Operator retrieving an object assignable to Person based upon the index.

Declaration
public Person ToPerson()
Returns
Type Description
Person

Instance of an object assignable to Person based upon the value of the index.

Operators

Implicit(Person.PersonIdx to Person)

Operator retrieving an object assignable to Person based upon the index.

Declaration
public static implicit operator Person(Person.PersonIdx idx)
Parameters
Type Name Description
Person.PersonIdx idx

The index the Person represents

Returns
Type Description
Person

Instance of an object assignable to Person based upon the value of the index.

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