Show / Hide Table of Contents

Class PersonPhoneSyncHelper

Inheritance
object
PersonPhoneSyncHelper
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public class PersonPhoneSyncHelper

Constructors

PersonPhoneSyncHelper()

Declaration
public PersonPhoneSyncHelper()

Methods

SetPhonesAsync(int, (PhoneType phoneType, string phoneNumber)[])

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 Task SetPhonesAsync(int personId, (PhoneType phoneType, string phoneNumber)[] rawPhones)
Parameters
Type Name Description
int personId

ID of an existing person

(PhoneType phoneType, string phoneNumber)[] rawPhones
Returns
Type Description
Task

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top