C# Класс Qowaiv.CodeGenerator.Generators.QowaivCodeGenerator

Generator for resource files.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Generate ( DirectoryInfo dir ) : void

Generates the resource files.

QowaivCodeGenerator ( ) : System

Constructor.

Защищенные методы

Метод Описание
GenerateCountry ( DirectoryInfo dir ) : void

Generates the country info resource file.

GenerateCountryToCurrency ( DirectoryInfo dir ) : void

Generates the country info resource file.

GenerateCurrency ( DirectoryInfo dir ) : void

Generates the country info resource file.

GenerateGender ( DirectoryInfo dir ) : void

Generates the gender resource file.

GenerateIban ( DirectoryInfo dir ) : void

Generates the IBAN pattern file.

GeneratePostalCode ( DirectoryInfo dir ) : void

Generates the PostalCode Settings file.

GenerateUnknown ( DirectoryInfo dir ) : void

Generates the gender resource file.

Приватные методы

Метод Описание
GenerateInternetMediaType ( DirectoryInfo dir ) : void
GetIbanPattern ( string country, string bban, string checksum ) : string
GetPostalCodePattern ( string pattern, string country, bool prefix ) : string

Описание методов

Generate() публичный Метод

Generates the resource files.
public Generate ( DirectoryInfo dir ) : void
dir System.IO.DirectoryInfo /// The directory to write to. ///
Результат void

GenerateCountry() защищенный Метод

Generates the country info resource file.
protected GenerateCountry ( DirectoryInfo dir ) : void
dir System.IO.DirectoryInfo
Результат void

GenerateCountryToCurrency() защищенный Метод

Generates the country info resource file.
protected GenerateCountryToCurrency ( DirectoryInfo dir ) : void
dir System.IO.DirectoryInfo
Результат void

GenerateCurrency() защищенный Метод

Generates the country info resource file.
protected GenerateCurrency ( DirectoryInfo dir ) : void
dir System.IO.DirectoryInfo
Результат void

GenerateGender() защищенный Метод

Generates the gender resource file.
protected GenerateGender ( DirectoryInfo dir ) : void
dir System.IO.DirectoryInfo
Результат void

GenerateIban() защищенный Метод

Generates the IBAN pattern file.
protected GenerateIban ( DirectoryInfo dir ) : void
dir System.IO.DirectoryInfo
Результат void

GeneratePostalCode() защищенный Метод

Generates the PostalCode Settings file.
protected GeneratePostalCode ( DirectoryInfo dir ) : void
dir System.IO.DirectoryInfo
Результат void

GenerateUnknown() защищенный Метод

Generates the gender resource file.
protected GenerateUnknown ( DirectoryInfo dir ) : void
dir System.IO.DirectoryInfo
Результат void

QowaivCodeGenerator() публичный Метод

Constructor.
public QowaivCodeGenerator ( ) : System
Результат System