C# Class Sage.Integration.Northwind.Application.Toolkit.Phone

Afficher le fichier Open project: Sage/SData-Contracts Class Usage Examples

Méthodes publiques

Méthode Description
Phone ( ) : System
SetCrmPhone ( Property countryCode, Property areaCode, Property phone ) : void

Private Methods

Méthode Description
CombinePhone ( string countryCode, string areaCode, string phoneNumber ) : string
FormatPhone ( string number ) : string
RemoveNonDigits ( string number ) : string
SplitPhone ( string phone, string &countryCode, string &areaCode, string &phoneNumber ) : void

Method Details

Phone() public méthode

public Phone ( ) : System
Résultat System

SetCrmPhone() public méthode

public SetCrmPhone ( Property countryCode, Property areaCode, Property phone ) : void
countryCode Property
areaCode Property
phone Property
Résultat void