C# Class Qowaiv.CodeGenerator.Generators.SvoStructGenerator

A Single Value Object Struct generator.
Afficher le fichier Open project: Corniel/Qowaiv Class Usage Examples

Méthodes publiques

Méthode Description
Generate ( DirectoryInfo dir, SvoStruct input ) : void

Generates code for the Single Value Object.

Method Details

Generate() public méthode

Generates code for the Single Value Object.
public Generate ( DirectoryInfo dir, SvoStruct input ) : void
dir System.IO.DirectoryInfo /// The directory to write the files to. ///
input Qowaiv.CodeGenerator.Generators.Svo.SvoStruct /// The input data of the Single Value Object. ///
Résultat void