Class PersonEntityDataHandler2
Inheritance
PersonEntityDataHandler2
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class PersonEntityDataHandler2 : DataHandlerBase, IDataHandler, IWebObject, IPlugin
Constructors
PersonEntityDataHandler2()
Declaration
public PersonEntityDataHandler2()
Methods
Clear()
Declaration
public override void Clear()
Overrides
DeletePersonProjects(Int32[])
Declaration
public static void DeletePersonProjects(int[] projectmemberIds)
Parameters
| Type |
Name |
Description |
| Int32[] |
projectmemberIds |
|
GetPersonCannotBeAddedToCompanyString(Int32)
Declaration
public static string GetPersonCannotBeAddedToCompanyString(int contactId)
Parameters
| Type |
Name |
Description |
| Int32 |
contactId |
|
Returns
Initialize(XmlNode, String)
Declaration
public override void Initialize(XmlNode config, string id)
Parameters
Overrides
Load(String)
Declaration
public override void Load(string CarrierId)
Parameters
| Type |
Name |
Description |
| String |
CarrierId |
|
Overrides
New()
Declaration
public override void New()
Overrides
New(String)
Declaration
public override void New(string CarrierId)
Parameters
| Type |
Name |
Description |
| String |
CarrierId |
|
Overrides
OnBeforeDataBind()
Declaration
public override void OnBeforeDataBind()
Overrides
Save()
Declaration
public override object Save()
Returns
Overrides
Implements
SuperOffice.Factory.IPlugin