Class ContactPersonIdItem
Inherited Members
Namespace: SuperOffice.CRM.Import
Assembly: SoDataBase.dll
Syntax
public class ContactPersonIdItem
Constructors
ContactPersonIdItem()
Declaration
public ContactPersonIdItem()
Properties
ContactId
A contact id.
Declaration
public int ContactId { get; set; }
Property Value
Type | Description |
---|---|
int |
PersonId
A person id.
Declaration
public int PersonId { get; set; }
Property Value
Type | Description |
---|---|
int |