C# Class Qowaiv.CodeGenerator.Generators.SvoStructGenerator

A Single Value Object Struct generator.
显示文件 Open project: Corniel/Qowaiv Class Usage Examples

Public Methods

Method Description
Generate ( DirectoryInfo dir, SvoStruct input ) : void

Generates code for the Single Value Object.

Method Details

Generate() public method

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. ///
return void