C# 클래스 Sage.Integration.Northwind.Application.Toolkit.Phone

파일 보기 프로젝트 열기: Sage/SData-Contracts 1 사용 예제들

공개 메소드들

메소드 설명
Phone ( ) : System
SetCrmPhone ( Property countryCode, Property areaCode, Property phone ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Phone() 공개 메소드

public Phone ( ) : System
리턴 System

SetCrmPhone() 공개 메소드

public SetCrmPhone ( Property countryCode, Property areaCode, Property phone ) : void
countryCode Property
areaCode Property
phone Property
리턴 void