C# Class GlobalPhone.Territory

Inheritance: Record
Afficher le fichier Open project: Lundalogik/GlobalPhone Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
NationalPattern System.Text.RegularExpressions.Regex
NationalPrefixFormattingRule string

Méthodes publiques

Méthode Description
Equals ( Territory other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ParseNationalString ( string str ) : Number
Territory ( object data, Region region ) : System.Text.RegularExpressions
ToString ( ) : string

Méthodes protégées

Méthode Description
Normalize ( string str ) : string
StartsWithNationalPrefix ( string str ) : bool
StripNationalPrefix ( string str ) : string

Private Methods

Méthode Description
Possible ( string str ) : bool

Method Details

Equals() public méthode

public Equals ( Territory other ) : bool
other Territory
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Normalize() protected méthode

protected Normalize ( string str ) : string
str string
Résultat string

ParseNationalString() public méthode

public ParseNationalString ( string str ) : Number
str string
Résultat Number

StartsWithNationalPrefix() protected méthode

protected StartsWithNationalPrefix ( string str ) : bool
str string
Résultat bool

StripNationalPrefix() protected méthode

protected StripNationalPrefix ( string str ) : string
str string
Résultat string

Territory() public méthode

public Territory ( object data, Region region ) : System.Text.RegularExpressions
data object
region Region
Résultat System.Text.RegularExpressions

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Name public_oe property

public string Name
Résultat string

NationalPattern public_oe property

public Regex,System.Text.RegularExpressions NationalPattern
Résultat System.Text.RegularExpressions.Regex

NationalPrefixFormattingRule public_oe property

public string NationalPrefixFormattingRule
Résultat string