Show / Hide Table of Contents

Class EnumValueOptions

Inheritance
System.Object
EnumValueOptions
Implements
IExtendableMessage<EnumValueOptions>
IMessage<EnumValueOptions>
IMessage
System.IEquatable<EnumValueOptions>
IDeepCloneable<EnumValueOptions>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Protobuf.Reflection
Assembly: Google.Protobuf.dll
Syntax
public sealed class EnumValueOptions : IExtendableMessage<EnumValueOptions>, IMessage<EnumValueOptions>, IMessage, IEquatable<EnumValueOptions>, IDeepCloneable<EnumValueOptions>

Constructors

EnumValueOptions()

Declaration
public EnumValueOptions()

EnumValueOptions(EnumValueOptions)

Declaration
public EnumValueOptions(EnumValueOptions other)
Parameters
Type Name Description
EnumValueOptions other

Fields

DeprecatedFieldNumber

Field number for the "deprecated" field.

Declaration
public const int DeprecatedFieldNumber = 1
Field Value
Type Description
System.Int32

UninterpretedOptionFieldNumber

Field number for the "uninterpreted_option" field.

Declaration
public const int UninterpretedOptionFieldNumber = 999
Field Value
Type Description
System.Int32

Properties

Deprecated

Is this enum value deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum value, or it will be completely ignored; in the very least, this is a formalization for deprecating enum values.

Declaration
public bool Deprecated { get; set; }
Property Value
Type Description
System.Boolean

Descriptor

Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type Description
MessageDescriptor

HasDeprecated

Gets whether the "deprecated" field is set

Declaration
public bool HasDeprecated { get; }
Property Value
Type Description
System.Boolean

Parser

Declaration
public static MessageParser<EnumValueOptions> Parser { get; }
Property Value
Type Description
MessageParser<EnumValueOptions>

UninterpretedOption

The parser stores options it doesn't recognize here. See above.

Declaration
public RepeatedField<UninterpretedOption> UninterpretedOption { get; }
Property Value
Type Description
RepeatedField<UninterpretedOption>

Methods

CalculateSize()

Declaration
public int CalculateSize()
Returns
Type Description
System.Int32
Implements
IMessage.CalculateSize()

ClearDeprecated()

Clears the value of the "deprecated" field

Declaration
public void ClearDeprecated()

ClearExtension<TValue>(Extension<EnumValueOptions, TValue>)

Declaration
public void ClearExtension<TValue>(Extension<EnumValueOptions, TValue> extension)
Parameters
Type Name Description
Extension<EnumValueOptions, TValue> extension
Type Parameters
Name Description
TValue
Implements
IExtendableMessage<T>.ClearExtension<TValue>(Extension<T, TValue>)

ClearExtension<TValue>(RepeatedExtension<EnumValueOptions, TValue>)

Declaration
public void ClearExtension<TValue>(RepeatedExtension<EnumValueOptions, TValue> extension)
Parameters
Type Name Description
RepeatedExtension<EnumValueOptions, TValue> extension
Type Parameters
Name Description
TValue
Implements
IExtendableMessage<T>.ClearExtension<TValue>(RepeatedExtension<T, TValue>)

Clone()

Declaration
public EnumValueOptions Clone()
Returns
Type Description
EnumValueOptions
Implements
IDeepCloneable<T>.Clone()

Equals(EnumValueOptions)

Declaration
public bool Equals(EnumValueOptions other)
Parameters
Type Name Description
EnumValueOptions other
Returns
Type Description
System.Boolean
Implements
System.IEquatable<T>.Equals(T)

Equals(Object)

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
System.Object other
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)

GetExtension<TValue>(Extension<EnumValueOptions, TValue>)

Declaration
public TValue GetExtension<TValue>(Extension<EnumValueOptions, TValue> extension)
Parameters
Type Name Description
Extension<EnumValueOptions, TValue> extension
Returns
Type Description
TValue
Type Parameters
Name Description
TValue
Implements
IExtendableMessage<T>.GetExtension<TValue>(Extension<T, TValue>)

GetExtension<TValue>(RepeatedExtension<EnumValueOptions, TValue>)

Declaration
public RepeatedField<TValue> GetExtension<TValue>(RepeatedExtension<EnumValueOptions, TValue> extension)
Parameters
Type Name Description
RepeatedExtension<EnumValueOptions, TValue> extension
Returns
Type Description
RepeatedField<TValue>
Type Parameters
Name Description
TValue
Implements
IExtendableMessage<T>.GetExtension<TValue>(RepeatedExtension<T, TValue>)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()

GetOrInitializeExtension<TValue>(RepeatedExtension<EnumValueOptions, TValue>)

Declaration
public RepeatedField<TValue> GetOrInitializeExtension<TValue>(RepeatedExtension<EnumValueOptions, TValue> extension)
Parameters
Type Name Description
RepeatedExtension<EnumValueOptions, TValue> extension
Returns
Type Description
RepeatedField<TValue>
Type Parameters
Name Description
TValue
Implements
IExtendableMessage<T>.GetOrInitializeExtension<TValue>(RepeatedExtension<T, TValue>)

HasExtension<TValue>(Extension<EnumValueOptions, TValue>)

Declaration
public bool HasExtension<TValue>(Extension<EnumValueOptions, TValue> extension)
Parameters
Type Name Description
Extension<EnumValueOptions, TValue> extension
Returns
Type Description
System.Boolean
Type Parameters
Name Description
TValue
Implements
IExtendableMessage<T>.HasExtension<TValue>(Extension<T, TValue>)

MergeFrom(CodedInputStream)

Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Type Name Description
CodedInputStream input
Implements
IMessage.MergeFrom(CodedInputStream)

MergeFrom(EnumValueOptions)

Declaration
public void MergeFrom(EnumValueOptions other)
Parameters
Type Name Description
EnumValueOptions other
Implements
IMessage<T>.MergeFrom(T)

SetExtension<TValue>(Extension<EnumValueOptions, TValue>, TValue)

Declaration
public void SetExtension<TValue>(Extension<EnumValueOptions, TValue> extension, TValue value)
Parameters
Type Name Description
Extension<EnumValueOptions, TValue> extension
TValue value
Type Parameters
Name Description
TValue
Implements
IExtendableMessage<T>.SetExtension<TValue>(Extension<T, TValue>, TValue)

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

WriteTo(CodedOutputStream)

Declaration
public void WriteTo(CodedOutputStream output)
Parameters
Type Name Description
CodedOutputStream output
Implements
IMessage.WriteTo(CodedOutputStream)

Explicit Interface Implementations

IMessage.Descriptor

Declaration
MessageDescriptor IMessage.Descriptor { get; }
Returns
Type Description
MessageDescriptor
Implements
IMessage.Descriptor

Extension Methods

MessageExtensions.MergeFrom(IMessage, Byte[])
MessageExtensions.MergeFrom(IMessage, Byte[], Int32, Int32)
MessageExtensions.MergeFrom(IMessage, ByteString)
MessageExtensions.MergeFrom(IMessage, Stream)
MessageExtensions.MergeDelimitedFrom(IMessage, Stream)
MessageExtensions.ToByteArray(IMessage)
MessageExtensions.WriteTo(IMessage, Stream)
MessageExtensions.WriteDelimitedTo(IMessage, Stream)
MessageExtensions.ToByteString(IMessage)
MessageExtensions.IsInitialized(IMessage)
Back to top