Table of Contents

Class Decimal

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

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

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

Constructors

Decimal()
Decimal(Decimal)

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(Decimal)
Equals(object)
GetHashCode()
MergeFrom(CodedInputStream)

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

MergeFrom(Decimal)

Merges the given message into this one.

ToString()
WriteTo(CodedOutputStream)

Writes the data to the given coded output stream.