Table of Contents

Class Guid

Namespace
Skyline.DataMiner.Protobuf.Shared.General.v1
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Protobuf does not support Guids. This message type stores the Guid as a string. The application using this should convert it then.

public sealed class Guid : IMessage<Guid>, IDeepCloneable<Guid>, IBufferMessage, IMessage
Inheritance
Guid
Implements
IMessage<Guid>
IDeepCloneable<Guid>
IBufferMessage
IMessage
Extension Methods

Constructors

Guid()
Guid(Guid)

Fields

ValueFieldNumber

Field number for the "value" field.

Properties

Descriptor
Parser
Value

Methods

CalculateSize()

Calculates the size of this message in Protocol Buffer wire format, in bytes.

Clone()

Creates a deep clone of this object.

Equals(Guid)
Equals(object)
GetHashCode()
MergeFrom(CodedInputStream)

Merges the data from the specified coded input stream with the current message.

MergeFrom(Guid)

Merges the given message into this one.

ToString()
WriteTo(CodedOutputStream)

Writes the data to the given coded output stream.