Class Person.PersonIdx
Base class for the index facades.
Inheritance
Person.PersonIdx
Implements
Inherited Members
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
Extension Methods
EnumUtil.MapEnums<From, To>(From)