Search Results for

    Show / Hide Table of Contents

    Class LoadingAidViewModel

    Inheritance
    System.Object
    LoadingAidViewModel
    Namespace: Simplic.PlugIn.Logistics.Disposition.UI
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class LoadingAidViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    LoadingAidViewModel(Nullable<Guid>)

    Creates an instance of the loading aid viwe model for LoadingAidWindow.

    Declaration
    public LoadingAidViewModel(Guid? loadingAidId)
    Parameters
    Type Name Description
    System.Nullable<System.Guid> loadingAidId

    Properties

    | Improve this Doc View Source

    DisplayName

    Gets or sets the display name of the current loading aid.

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

    Length

    Gets or sets the length of the current loading aid.

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

    LoadingAidId

    Gets or sets the id of the current loading aid.

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

    Model

    Gets or sets the current loading aid.

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

    Number

    Gets or sets the number of the current loading aid. This property is an autoincrement property which is not supposed to be changed.

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

    StoragePosition

    Gets or sets the storagposition of the current loading aid.

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

    Weight

    Gets or sets the weight of the current loading aid.

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

    Width

    Gets or sets the width of the current loading aid.

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Delete()

    Deletes the current loading aid.

    Declaration
    public bool Delete()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Save()

    Saves the current loading aid.

    Declaration
    public bool Save()
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx