C# Class ProtocolBuffers.MessageBaseCode

This is currently not used. This approach place all fields and template methods in a base class.
Inheritance: MessageCode
Exibir arquivo Open project: enyim/ProtoBuf

Public Methods

Method Description
GenerateClass ( Message m ) : string

Protected Methods

Method Description
GenerateProperty ( Field f ) : string

Method Details

GenerateClass() public method

public GenerateClass ( Message m ) : string
m Message
return string

GenerateProperty() protected method

protected GenerateProperty ( Field f ) : string
f Field
return string