Property | Type | Description | |
---|---|---|---|
Regions | GlobalPhone.Region[] |
Method | Description | |
---|---|---|
Database ( object recordData ) : System | ||
Load ( string text, IDeserializer serializer ) : |
||
LoadFile ( string filename, IDeserializer serializer ) : |
||
TryGetRegion ( int countryCode ) : |
||
TryGetRegion ( int countryCode, |
||
TryGetRegion ( string countryCode, |
||
TryGetTerritory ( string name, |
Method | Description | |
---|---|---|
RegionForTerritory ( string name ) : |
public Database ( object recordData ) : System | ||
recordData | object | |
return | System |
public static Load ( string text, IDeserializer serializer ) : |
||
text | string | |
serializer | IDeserializer | |
return |
public static LoadFile ( string filename, IDeserializer serializer ) : |
||
filename | string | |
serializer | IDeserializer | |
return |
public TryGetRegion ( int countryCode ) : |
||
countryCode | int | |
return |
public TryGetRegion ( int countryCode, |
||
countryCode | int | |
value | ||
return | bool |
public TryGetRegion ( string countryCode, |
||
countryCode | string | |
value | ||
return | bool |
public TryGetTerritory ( string name, |
||
name | string | |
territory | ||
return | bool |