Class ContactPersonInfoProviderBase
Inherited Members
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 |
|---|---|
| int |
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()