C# Class Nuspeccer.Generator.CodeGenerator

ファイルを表示 Open project: okb/NuSpeccer

Public Methods

Method Description
GenerateCode ( string xsdFilepath, string codeOutPath, string nameSpace ) : void

Private Methods

Method Description
RemoveAttributes ( CodeNamespace code ) : void
ToProperties ( CodeNamespace code ) : void
ValidationCallbackOne ( object sender, ValidationEventArgs e ) : void

Method Details

GenerateCode() public static method

public static GenerateCode ( string xsdFilepath, string codeOutPath, string nameSpace ) : void
xsdFilepath string
codeOutPath string
nameSpace string
return void