C# 클래스 Pipl.APIs.Data.Fields.Phone

상속: Field
파일 보기 프로젝트 열기: piplcom/piplapis-csharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FromText ( string text ) : Phone
Phone ( int countryCode = null, long number = null, int extension = null, PhoneTypes type = null, string raw = null, System.DateTime validSince = null ) : System
ToString ( ) : string

메소드 상세

FromText() 공개 정적인 메소드

public static FromText ( string text ) : Phone
text string
리턴 Phone

Phone() 공개 메소드

public Phone ( int countryCode = null, long number = null, int extension = null, PhoneTypes type = null, string raw = null, System.DateTime validSince = null ) : System
countryCode int
number long
extension int
type PhoneTypes
raw string
validSince System.DateTime
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string