C# 클래스 GlobalPhone.Territory

상속: Record
파일 보기 프로젝트 열기: Lundalogik/GlobalPhone 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Name string
NationalPattern System.Text.RegularExpressions.Regex
NationalPrefixFormattingRule string

공개 메소드들

메소드 설명
Equals ( Territory other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ParseNationalString ( string str ) : Number
Territory ( object data, Region region ) : System.Text.RegularExpressions
ToString ( ) : string

보호된 메소드들

메소드 설명
Normalize ( string str ) : string
StartsWithNationalPrefix ( string str ) : bool
StripNationalPrefix ( string str ) : string

비공개 메소드들

메소드 설명
Possible ( string str ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( Territory other ) : bool
other Territory
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Normalize() 보호된 메소드

protected Normalize ( string str ) : string
str string
리턴 string

ParseNationalString() 공개 메소드

public ParseNationalString ( string str ) : Number
str string
리턴 Number

StartsWithNationalPrefix() 보호된 메소드

protected StartsWithNationalPrefix ( string str ) : bool
str string
리턴 bool

StripNationalPrefix() 보호된 메소드

protected StripNationalPrefix ( string str ) : string
str string
리턴 string

Territory() 공개 메소드

public Territory ( object data, Region region ) : System.Text.RegularExpressions
data object
region Region
리턴 System.Text.RegularExpressions

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

NationalPattern 공개적으로 프로퍼티

public Regex,System.Text.RegularExpressions NationalPattern
리턴 System.Text.RegularExpressions.Regex

NationalPrefixFormattingRule 공개적으로 프로퍼티

public string NationalPrefixFormattingRule
리턴 string