메소드 | 설명 | |
---|---|---|
Prepare ( |
메소드 | 설명 | |
---|---|---|
GetCSDefaultValue ( |
Get the default value in c# form
|
|
GetCSPropertyName ( |
Gets the C# CamelCase version of a given name. Name collisions with enums are avoided.
|
|
GetCSType ( ProtoTypes type ) : string |
Gets the c# representation for a given .proto type.
|
|
GetCamelCase ( string name ) : string |
Gets the CamelCase version of a given name.
|
|
GetProtoType ( |
||
GetScalarProtoType ( string type ) : ProtoTypes |
Return the type given the name from a .proto file. Return Unknonw if it is a message or an enum.
|
|
PrepareMessage ( |
||
PrepareProtoType ( |
Prepare: ProtoType, WireType and CSType
|
|
SearchMessageDown ( |
Search down for matching name
|
|
SearchMessageUp ( |
Searchs the message for matchink classes
|