Class RelationsList.FromContact
FromContact contain the method to create the RelationList.
Inheritance
RelationsList.FromContact
Inherited Members
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class FromContact : RelationsList.RelationsListQuery
Constructors
FromContact(Int32)
Default constructor.
Declaration
public FromContact(int contactid)
Parameters
Type | Name | Description |
---|---|---|
Int32 | contactid | The contact we want the relations on. |
Extension Methods
EnumUtil.MapEnums<From, To>(From)