Class Contact
Inherited Members
Namespace: SuperOffice.CRM.Web.AjaxMethods
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("Contact")]
public class Contact : IWebObject, IPlugin
Constructors
Contact()
Declaration
public Contact()
Methods
DeleteContact(Int32)
Declaration
public void DeleteContact(int contactId)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | contactId |
GetContactEntity(Int32)
Declaration
public ContactEntity GetContactEntity(int contactId)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | contactId |
Returns
| Type | Description |
|---|---|
| ContactEntity |
Implements
SuperOffice.Factory.IPlugin