Class ProjectList.FromContact
FromContact contains the different ways to create a project list.
Inheritance
ProjectList.FromContact
Implements
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class FromContact : ProjectList.ProjectListQuery, ICloneable
Constructors
FromContact(Contact)
Constructor. Creates the project list based on the contacts contact_id.
Declaration
public FromContact(Contact contact)
Parameters
Type | Name | Description |
---|---|---|
Contact | contact | The contact we create the list on. |
FromContact(ContactRow)
Constructor. Creates the project list based on the contactrows contact_id.
Declaration
public FromContact(ContactRow contact)
Parameters
Type | Name | Description |
---|---|---|
ContactRow | contact | The contact we create the list on. |
FromContact(Int32)
Constructor. Creates the project list based on the contact_id.
Declaration
public FromContact(int contactid)
Parameters
Type | Name | Description |
---|---|---|
Int32 | contactid | The contact_id we create the list on. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)