Show / Hide Table of Contents

Class StringToInt64MapEntry

Inheritance
object
StringToInt64MapEntry
Implements
IMessage<StringToInt64MapEntry>
IEquatable<StringToInt64MapEntry>
IDeepCloneable<StringToInt64MapEntry>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class StringToInt64MapEntry : IMessage<StringToInt64MapEntry>, IEquatable<StringToInt64MapEntry>, IDeepCloneable<StringToInt64MapEntry>, IBufferMessage, IMessage

Constructors

StringToInt64MapEntry()

Declaration
public StringToInt64MapEntry()

StringToInt64MapEntry(StringToInt64MapEntry)

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

Properties

HasKey

Gets whether the "key" field is set

Declaration
public bool HasKey { get; }
Property Value
Type Description
bool

HasValue

Gets whether the "value" field is set

Declaration
public bool HasValue { get; }
Property Value
Type Description
bool

Key

Key field.

Declaration
public string Key { get; set; }
Property Value
Type Description
string

Value

Value field.

Declaration
public long Value { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX