Show / Hide Table of Contents

Class Person

Inheritance
Object
Person
Implements
IWebObject
IPlugin
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.AjaxMethods
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("Person")]
public class Person : IWebObject, IPlugin

Constructors

Person()

Declaration
public Person()

Methods

DeletePerson(Int32)

Declaration
public void DeletePerson(int personId)
Parameters
Type Name Description
Int32 personId

GetPersonEntity(Int32)

Declaration
public PersonEntity GetPersonEntity(int personId)
Parameters
Type Name Description
Int32 personId
Returns
Type Description
PersonEntity

RemoveExternalUserLogin(String)

Declaration
public void RemoveExternalUserLogin(string associateIds)
Parameters
Type Name Description
String associateIds

RemoveExternalUsers(String)

Declaration
public void RemoveExternalUsers(string associateIds)
Parameters
Type Name Description
String associateIds

SaveNewPersonAndContact(PersonEntity, ContactEntity)

Declaration
public void SaveNewPersonAndContact(PersonEntity person, ContactEntity contact)
Parameters
Type Name Description
PersonEntity person
ContactEntity contact

TogglePersonRetired(Int32)

Declaration
public void TogglePersonRetired(int personId)
Parameters
Type Name Description
Int32 personId

Implements

IWebObject
SuperOffice.Factory.IPlugin
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top