Enum type definition.
Constructors and Destructors |
|
---|---|
Enum()
|
|
Enum(Enum other)
|
Properties |
|
---|---|
Descriptor
|
pbr::MessageDescriptor
|
Descriptor
|
pbr::MessageDescriptor pb::IMessage.
|
Enumvalue
|
pbc::RepeatedField< global::Google.Protobuf.WellKnownTypes.EnumValue >
Enum value definitions.
|
Name
|
string
Enum type name.
|
Options
|
pbc::RepeatedField< global::Google.Protobuf.WellKnownTypes.Option >
Protocol buffer options.
|
Parser
|
pb::MessageParser< Enum >
|
SourceContext
|
global::Google.Protobuf.WellKnownTypes.SourceContext
The source context.
|
Syntax
|
global::Google.Protobuf.WellKnownTypes.Syntax
The source syntax.
|
Public attributes |
|
---|---|
EnumvalueFieldNumber = 2
|
const int
Field number for the "enumvalue" field.
|
NameFieldNumber = 1
|
const int
Field number for the "name" field.
|
OptionsFieldNumber = 3
|
const int
Field number for the "options" field.
|
SourceContextFieldNumber = 4
|
const int
Field number for the "source_context" field.
|
SyntaxFieldNumber = 5
|
const int
Field number for the "syntax" field.
|
Public functions |
|
---|---|
CalculateSize()
|
int
|
Clone()
|
|
Equals(object other)
|
override bool
|
Equals(Enum other)
|
bool
|
GetHashCode()
|
override int
|
MergeFrom(Enum other)
|
void
|
MergeFrom(pb::CodedInputStream input)
|
void
|
ToString()
|
override string
|
WriteTo(pb::CodedOutputStream output)
|
void
|
pbr::MessageDescriptor Descriptor
pbr::MessageDescriptor pb::IMessage. Descriptor
pbc::RepeatedField< global::Google.Protobuf.WellKnownTypes.EnumValue > Enumvalue
Enum value definitions.
pbc::RepeatedField< global::Google.Protobuf.WellKnownTypes.Option > Options
Protocol buffer options.
pb::MessageParser< Enum > Parser
global::Google.Protobuf.WellKnownTypes.SourceContext SourceContext
The source context.
global::Google.Protobuf.WellKnownTypes.Syntax Syntax
The source syntax.
const int SourceContextFieldNumber = 4
Field number for the "source_context" field.
int CalculateSize()
Enum Clone()
Enum()
Enum( Enum other )
override bool Equals( object other )
bool Equals( Enum other )
override int GetHashCode()
void MergeFrom( Enum other )
void MergeFrom( pb::CodedInputStream input )
override string ToString()
void WriteTo( pb::CodedOutputStream output )