Search Results for

    Show / Hide Table of Contents

    Class ShipmentWeightNote

    Represents a shipment weightnote

    Inheritance
    System.Object
    ShipmentWeightNote
    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.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class ShipmentWeightNote

    Constructors

    | Improve this Doc View Source

    ShipmentWeightNote()

    Initialize new weight note

    Declaration
    public ShipmentWeightNote()

    Properties

    | Improve this Doc View Source

    Amount

    Gets or sets the loaded amount

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

    CreateDateTime

    Gets or sets the datetime datetime of the data

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

    DocumentId

    Gets or sets the document id

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

    FirstDate

    Gets or sets the date for the first weighing

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

    FirstTime

    Gets or sets the time for the first weighing

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

    FirstWeighing

    Gets or sets the first weighing

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

    Id

    Gets or sets the unique id of the weightnote

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

    IsBillable

    Gets or sets whether this weight note is billable. Only one weight-note in a shipment item should be billable

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

    ItemId

    Gets or sets the id of the assigned position

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

    SecondDate

    Gets or sets the date for the second weighing

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

    SecondTime

    Gets or sets the time for the second weighing

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

    SecondWeighing

    Gets or sets the second weighing

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

    Shipment

    Gets or sets the connected shipment

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

    ShipmentGuid

    Gets or sets the unique shipment guid

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

    TypeId

    Gets or sets the type of the weight note

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

    WeightNoteNumber

    Gets or sets the weight note number

    Declaration
    public string WeightNoteNumber { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    DeepCopy(Boolean, Guid, Guid)

    Copy weight note

    Declaration
    public ShipmentWeightNote DeepCopy(bool newId, Guid shipmentId, Guid shipmentItemId)
    Parameters
    Type Name Description
    System.Boolean newId

    True if a new id should be generated

    System.Guid shipmentId
    System.Guid shipmentItemId

    Shipment item id

    Returns
    Type Description
    ShipmentWeightNote

    New weightnote instance

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx