Class CSharpDtoGenerator
java.lang.Object
uk.co.real_logic.sbe.generation.csharp.CSharpDtoGenerator
- All Implemented Interfaces:
CodeGenerator
DTO generator for the CSharp programming language.
-
Constructor Summary
ConstructorsConstructorDescriptionCSharpDtoGenerator(Ir ir, OutputManager outputManager) Create a new C# DTOCodeGenerator. -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate()Generate the complete set of types and messages for a schema.
-
Constructor Details
-
CSharpDtoGenerator
Create a new C# DTOCodeGenerator.- Parameters:
ir- for the messages and types.outputManager- for generating the DTOs to.
-
-
Method Details
-
generate
Generate the complete set of types and messages for a schema.- Specified by:
generatein interfaceCodeGenerator- Throws:
IOException- if an error is encountered when writing the output.
-