C# Class CodeGen.TrackablePocoCodeGenerator

Exibir arquivo Open project: SaladLab/TrackableData Class Usage Examples

Public Methods

Method Description
GenerateCode ( InterfaceDeclarationSyntax idecl, CodeWriter w ) : void

Private Methods

Method Description
GenerateTrackablePocoCode ( InterfaceDeclarationSyntax idecl, CodeWriter w, bool useProtoContract ) : void
GenerateTrackablePocoSurrogateCode ( InterfaceDeclarationSyntax idecl, CodeWriter w ) : void

Method Details

GenerateCode() public method

public GenerateCode ( InterfaceDeclarationSyntax idecl, CodeWriter w ) : void
idecl InterfaceDeclarationSyntax
w CodeWriter
return void