Class MeasurementScale
Inheritance
MeasurementScale
Assembly: Sdk.dll
Syntax
public sealed class MeasurementScale
Properties
|
Edit this page
View Source
FromValue
Declaration
[JsonProperty("from")]
public int FromValue { get; init; }
Property Value
|
Edit this page
View Source
ToValue
Declaration
[JsonProperty("to")]
public int ToValue { get; init; }
Property Value
|
Edit this page
View Source
UnitFrom
Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
[JsonConverter(typeof(MeasurementScaleUnitFromJsonConverter))]
public MeasurementScaleUnitFrom UnitFrom { get; init; }
Property Value
|
Edit this page
View Source
UnitTo
Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
[JsonConverter(typeof(MeasurementScaleUnitToJsonConverter))]
public MeasurementScaleUnitTo UnitTo { get; init; }
Property Value
Methods
|
Edit this page
View Source
ToJson()
Declaration
Returns