Search Results for

    Show / Hide Table of Contents

    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 Source

    Guid

    Gets or sets the unique id

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsDefault

    Gets or sets whether this is the default temperature

    Declaration
    public bool IsDefault { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MaxValue

    Gets or sets the max value

    Declaration
    public PreciseDecimal MaxValue { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    | Improve this Doc View Source

    MinValue

    Gets or sets the min value

    Declaration
    public PreciseDecimal MinValue { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    | Improve this Doc View Source

    ShortText

    Gets or sets the short text

    Declaration
    public string ShortText { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Text

    Getso r sets the temperature text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx