Show / Hide Table of Contents

Class ContactPersonInfoProviderBase

Inheritance
Object
ContactPersonInfoProviderBase
ContactInfoProvider
PersonInfoProvider
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.Providers
Assembly: SoDataBase.dll
Syntax
public class ContactPersonInfoProviderBase

Constructors

ContactPersonInfoProviderBase()

Declaration
public ContactPersonInfoProviderBase()

Properties

HomeCountryId

Declaration
protected int HomeCountryId { get; }
Property Value
Type Description
Int32

Methods

GetFormattedNumber(CountryRow, String)

Get the phone number as formatted according to the NetServer service layer inteded for UI.

Declaration
protected string GetFormattedNumber(CountryRow toCountry, string number)
Parameters
Type Name Description
CountryRow toCountry

CountryRow of the person or contact owning the phone number.

String number

Phone number as entered by the user in the user interface.

Returns
Type Description
String

Number according to the service layer of NetServer.

Initialize()

Declaration
protected void Initialize()

Extension Methods

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