Class Guid
- 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
- Extension Methods
Constructors
Fields
- ValueFieldNumber
Field number for the "value" field.
Properties
Methods
- CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
- Clone()
Creates a deep clone of this object.
- MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
- MergeFrom(Guid)
Merges the given message into this one.
- WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.