Class PersonPhoneSyncHelper
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public class PersonPhoneSyncHelper : Object
Constructors
PersonPhoneSyncHelper()
Declaration
public PersonPhoneSyncHelper()
Methods
SetPhones(Int32, ValueTuple<PhoneType, String>[])
Set the phone numbers (of various types) for the given person id. This is a specialized function, and will delete any phone numbers not in the current parameters.
Declaration
public static void SetPhones(int personId, ValueTuple<PhoneType, string>[] rawPhones)
Parameters
Type | Name | Description |
---|---|---|
Int32 | personId | ID of an existing person |
ValueTuple<PhoneType, String>[] | rawPhones |
Extension Methods
EnumUtil.MapEnums<From, To>(From)