C# 클래스 ProtocolBuffers.Field

파일 보기 프로젝트 열기: enyim/ProtoBuf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Comments string
OptionAccess string
OptionCodeType string
OptionDefault string
OptionDeprecated bool
OptionGenerate bool
OptionPacked bool

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Comments 공개적으로 프로퍼티

public string Comments
리턴 string

OptionAccess 공개적으로 프로퍼티

Define the access of the field: public, protected, private or internal
public string OptionAccess
리턴 string

OptionCodeType 공개적으로 프로퍼티

Define the type of the property that is not a primitive or class derived from a message.

This can be one of the build in (see method MessageCode.GenerateFieldTypeWriter()) or a custom class that implements the static Serialize and Deserialize functions;

public string OptionCodeType
리턴 string

OptionDefault 공개적으로 프로퍼티

public string OptionDefault
리턴 string

OptionDeprecated 공개적으로 프로퍼티

public bool OptionDeprecated
리턴 bool

OptionGenerate 공개적으로 프로퍼티

Generate property in class, if not it is expected to already be defined elsewhere.
public bool OptionGenerate
리턴 bool

OptionPacked 공개적으로 프로퍼티

public bool OptionPacked
리턴 bool