C# Class Nuspeccer.Generator.CodeGenerator

Afficher le fichier Open project: okb/NuSpeccer

Méthodes publiques

Méthode Description
GenerateCode ( string xsdFilepath, string codeOutPath, string nameSpace ) : void

Private Methods

Méthode Description
RemoveAttributes ( CodeNamespace code ) : void
ToProperties ( CodeNamespace code ) : void
ValidationCallbackOne ( object sender, ValidationEventArgs e ) : void

Method Details

GenerateCode() public static méthode

public static GenerateCode ( string xsdFilepath, string codeOutPath, string nameSpace ) : void
xsdFilepath string
codeOutPath string
nameSpace string
Résultat void