Search Results for

    Show / Hide Table of Contents

    Class TranshipPartialShipmentViewModel

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

    Constructors

    | Improve this Doc View Source

    TranshipPartialShipmentViewModel(TranshipPartialShipment)

    Initializes a new instance of TranshipPartialShipmentViewModel

    Declaration
    public TranshipPartialShipmentViewModel(TranshipPartialShipment model)
    Parameters
    Type Name Description
    TranshipPartialShipment model

    Properties

    | Improve this Doc View Source

    Amount

    Gets or sets the amount

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

    IsCreated

    Gets whether the partial shipment is already created

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

    Model

    Gets or sets the Model

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

    OrderNr

    Gets oer sets the order nr

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

    PartialShipmentId

    Gets or sets the partial shipment id

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

    PartialShipmentNumber

    Gets or sets the partial shipmetnNr

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

    ShipmentItem

    Gets the shipmentItem view model

    Declaration
    public ShipmentItemViewModel ShipmentItem { get; }
    Property Value
    Type Description
    ShipmentItemViewModel
    | Improve this Doc View Source

    SourceItemId

    Gets or sets the source imte id

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

    TranshipShipmentId

    Gets or sets the tranship shipment id

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