Class ContactPersonInfoProviderBase
Namespace: SuperOffice.CRM.Entities.Providers
Assembly: SoDataBase.dll
Syntax
public class ContactPersonInfoProviderBase : Object
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)