Search Results for

    Show / Hide Table of Contents

    Class TranshipPartialShipment

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

    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

    Guid

    Gets or sets the Guid

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

    IsDirty

    Gets or sets whether the model is dirty

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

    OrderNr

    Gets or sets the order number

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

    PartialShipmentId

    Gets or sets the partial shipment (child) 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 shipment (child) number

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

    SourceItemId

    Gets or sets the source item 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 (Parent) 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