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

A Single Value Object Struct generator.
파일 보기 프로젝트 열기: Corniel/Qowaiv 1 사용 예제들

공개 메소드들

메소드 설명
Generate ( DirectoryInfo dir, SvoStruct input ) : void

Generates code for the Single Value Object.

메소드 상세

Generate() 공개 메소드

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. ///
리턴 void