Class Temperature
Temperature model
Inheritance
System.Object
Temperature
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Logistics
Assembly: Simplic.Logistics.dll
Syntax
public class Temperature
Properties
| Improve this Doc View SourceGuid
Gets or sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDefault
Gets or sets whether this is the default temperature
Declaration
public bool IsDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxValue
Gets or sets the max value
Declaration
public PreciseDecimal MaxValue { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
MinValue
Gets or sets the min value
Declaration
public PreciseDecimal MinValue { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
ShortText
Gets or sets the short text
Declaration
public string ShortText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Getso r sets the temperature text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |