Class PersonList.FromContact
FromContact contains the different methods to create a PersonList.
Inheritance
PersonList.FromContact
Implements
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class FromContact : PersonList.PersonListQuery, ICloneable
Constructors
FromContact(Contact, Boolean)
Constructor. This constructor creates a PersonList based on the Contact-object.
Declaration
public FromContact(Contact contact, bool retired)
Parameters
Type | Name | Description |
---|---|---|
Contact | contact | The contact we want to base the PersonList on. |
Boolean | retired | Show retired people? True/False. |
FromContact(ContactRow, Boolean)
Constructor. This constructor creates a PersonList based on the ContactRow-object.
Declaration
public FromContact(ContactRow contact, bool retired)
Parameters
Type | Name | Description |
---|---|---|
ContactRow | contact | The contact we want to base the PersonList on. |
Boolean | retired | Show retired people? True/False |
FromContact(Int32, Boolean)
Constructor. This constructor creates a PersonList based on the contact_id.
Declaration
public FromContact(int contactid, bool retired)
Parameters
Type | Name | Description |
---|---|---|
Int32 | contactid | The contact we want to base the PersonList on. |
Boolean | retired | Show retired people? True/False |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)