Search Results for

    Show / Hide Table of Contents

    Class LoadingAidType

    Represents a loading aid

    Inheritance
    System.Object
    LoadingAidType
    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 LoadingAidType

    Properties

    | Improve this Doc View Source

    DisplayName

    Gets or sets the display name

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

    Guid

    Gets or sets the guid

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

    Length

    Gets or sets the length

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

    Number

    Gets or sets the number

    Declaration
    public int Number { get; set; }
    Property Value
    Type Description
    System.Int32
    | 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

    StoragePosition

    Gets or sets the position

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

    Weight

    Gets or sets the weight

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

    Width

    Gets or sets the width

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