C# 클래스 Qowaiv.CodeGenerator.Generators.QowaivCodeGenerator

Generator for resource files.
파일 보기 프로젝트 열기: Corniel/Qowaiv 1 사용 예제들

공개 메소드들

메소드 설명
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