Show / Hide Table of Contents

Class ContactCollection.ContactCollectionIdx

Base class for the index facades.

Inheritance
Object
EntityIdxBase
EntityIdxBase<ContactTableInfo, ContactRow.ContactRowIdxBase>
Contact.ContactIdxBase
ContactCollection.ContactCollectionIdx
ContactCollection.ContactCollectionIdx<TIdx>
Implements
ISentryIgnorable
Inherited Members
Contact.ContactIdxBase.GroupRelationTableInfo
Contact.ContactIdxBase.BusinessRelationTableInfo
Contact.ContactIdxBase.UdefSmallRelationTableInfo
Contact.ContactIdxBase.InfoRelationTableInfo
Contact.ContactIdxBase.PostalAddressRelationTableInfo
Contact.ContactIdxBase.CountryRelationTableInfo
Contact.ContactIdxBase.StreetAddressRelationTableInfo
Contact.ContactIdxBase.UdefLargeRelationTableInfo
Contact.ContactIdxBase.CategoryRelationTableInfo
Contact.ContactIdxBase.TableInfo
EntityIdxBase<ContactTableInfo, ContactRow.ContactRowIdxBase>.BeginIgnoreSentryCheck()
EntityIdxBase<ContactTableInfo, ContactRow.ContactRowIdxBase>.EndIgnoreSentryCheck()
EntityIdxBase<ContactTableInfo, ContactRow.ContactRowIdxBase>.TableInfo
EntityIdxBase<ContactTableInfo, ContactRow.ContactRowIdxBase>.RowIdx
EntityIdxBase<ContactTableInfo, ContactRow.ContactRowIdxBase>.JoinRestriction
EntityIdxBase<ContactTableInfo, ContactRow.ContactRowIdxBase>.ReturnFields
EntityIdxBase<ContactTableInfo, ContactRow.ContactRowIdxBase>.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 ContactCollectionIdx : Contact.ContactIdxBase, ISentryIgnorable

Constructors

ContactCollectionIdx(ContactRows.ContactRowsIdx)

Constructor for the index facades.

Declaration
protected ContactCollectionIdx(ContactRows.ContactRowsIdx idx)
Parameters
Type Name Description
ContactRows.ContactRowsIdx idx

Index for the ContactRows object

Properties

IsDistinct

Flag indicating that the Select-command is DISTINCT.

Declaration
public virtual bool IsDistinct { get; set; }
Property Value
Type Description
Boolean

Methods

ToContactCollection()

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

Declaration
public ContactCollection ToContactCollection()
Returns
Type Description
ContactCollection

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

Operators

Implicit(ContactCollection.ContactCollectionIdx to ContactCollection)

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

Declaration
public static implicit operator ContactCollection(ContactCollection.ContactCollectionIdx idx)
Parameters
Type Name Description
ContactCollection.ContactCollectionIdx idx

The index the ContactCollection represents

Returns
Type Description
ContactCollection

Instance of an object assignable to ContactCollection 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