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 PersonList.FromContact : PersonList.PersonListQuery, ICloneable
Constructors
FromContact(Contact, bool)
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. |
bool | retired | Show retired people? True/False. |
FromContact(ContactRow, bool)
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. |
bool | retired | Show retired people? True/False |
FromContact(int, bool)
Constructor. This constructor creates a PersonList based on the contact_id.
Declaration
public FromContact(int contactid, bool retired)
Parameters
Type | Name | Description |
---|---|---|
int | contactid | The contact we want to base the PersonList on. |
bool | retired | Show retired people? True/False |