C# Class ProtocolBuffers.Field

Afficher le fichier Open project: enyim/ProtoBuf Class Usage Examples

Méthodes publiques

Свойство Type Description
Comments string
OptionAccess string
OptionCodeType string
OptionDefault string
OptionDeprecated bool
OptionGenerate bool
OptionPacked bool

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Comments public_oe property

public string Comments
Résultat string

OptionAccess public_oe property

Define the access of the field: public, protected, private or internal
public string OptionAccess
Résultat string

OptionCodeType public_oe property

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
Résultat string

OptionDefault public_oe property

public string OptionDefault
Résultat string

OptionDeprecated public_oe property

public bool OptionDeprecated
Résultat bool

OptionGenerate public_oe property

Generate property in class, if not it is expected to already be defined elsewhere.
public bool OptionGenerate
Résultat bool

OptionPacked public_oe property

public bool OptionPacked
Résultat bool