Method | Description | |
---|---|---|
Generate ( |
Generates the resource files.
|
|
QowaivCodeGenerator ( ) : System |
Constructor.
|
Method | Description | |
---|---|---|
GenerateCountry ( |
Generates the country info resource file.
|
|
GenerateCountryToCurrency ( |
Generates the country info resource file.
|
|
GenerateCurrency ( |
Generates the country info resource file.
|
|
GenerateGender ( |
Generates the gender resource file.
|
|
GenerateIban ( |
Generates the IBAN pattern file.
|
|
GeneratePostalCode ( |
Generates the PostalCode Settings file.
|
|
GenerateUnknown ( |
Generates the gender resource file.
|
Method | Description | |
---|---|---|
GenerateInternetMediaType ( |
||
GetIbanPattern ( string country, string bban, string checksum ) : string | ||
GetPostalCodePattern ( string pattern, string country, bool prefix ) : string |
public Generate ( |
||
dir | /// The directory to write to. /// | |
return | void |
protected GenerateCountry ( |
||
dir | ||
return | void |
protected GenerateCountryToCurrency ( |
||
dir | ||
return | void |
protected GenerateCurrency ( |
||
dir | ||
return | void |
protected GenerateGender ( |
||
dir | ||
return | void |
protected GenerateIban ( |
||
dir | ||
return | void |
protected GeneratePostalCode ( |
||
dir | ||
return | void |
protected GenerateUnknown ( |
||
dir | ||
return | void |