Class PersonCollection.PersonCollectionIdx
Base class for the index facades.
Inheritance
PersonCollection.PersonCollectionIdx
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class PersonCollectionIdx : Person.PersonIdxBase, ISentryIgnorable
Constructors
PersonCollectionIdx(PersonRows.PersonRowsIdx)
Constructor for the index facades.
Declaration
protected PersonCollectionIdx(PersonRows.PersonRowsIdx idx)
Parameters
Type | Name | Description |
---|---|---|
PersonRows.PersonRowsIdx | idx | Index for the PersonRows object |
Properties
IsDistinct
Flag indicating that the Select-command is DISTINCT.
Declaration
public virtual bool IsDistinct { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
ToPersonCollection()
Operator retrieving an object assignable to PersonCollection based upon the index.
Declaration
public PersonCollection ToPersonCollection()
Returns
Type | Description |
---|---|
PersonCollection | Instance of an object assignable to PersonCollection based upon the value of the index. |
Operators
Implicit(PersonCollection.PersonCollectionIdx to PersonCollection)
Operator retrieving an object assignable to PersonCollection based upon the index.
Declaration
public static implicit operator PersonCollection(PersonCollection.PersonCollectionIdx idx)
Parameters
Type | Name | Description |
---|---|---|
PersonCollection.PersonCollectionIdx | idx | The index the PersonCollection represents |
Returns
Type | Description |
---|---|
PersonCollection | Instance of an object assignable to PersonCollection based upon the value of the index. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)