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

显示文件 Open project: Sage/SData-Contracts Class Usage Examples

Public Methods

Method Description
Phone ( ) : System
SetCrmPhone ( Property countryCode, Property areaCode, Property phone ) : void

Private Methods

Method 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 method

public Phone ( ) : System
return System

SetCrmPhone() public method

public SetCrmPhone ( Property countryCode, Property areaCode, Property phone ) : void
countryCode Property
areaCode Property
phone Property
return void