Search Results for

    Show / Hide Table of Contents

    Class LoadingAidBasedShipmentItem

    Shipment item based on the loading aid

    Inheritance
    System.Object
    ShipmentItem
    LoadingAidBasedShipmentItem
    Inherited Members
    ShipmentItem.LoadWeightNotes()
    ShipmentItem.LoadConditions()
    ShipmentItem.CopyBaseMember(ShipmentItem, Boolean)
    ShipmentItem.Id
    ShipmentItem.ShipmentId
    ShipmentItem.TypeId
    ShipmentItem.CustomerQuantity
    ShipmentItem.CustomerValue
    ShipmentItem.CarrierQuantity
    ShipmentItem.Weight
    ShipmentItem.CarrierValue
    ShipmentItem.BillCarrier
    ShipmentItem.IsDeleted
    ShipmentItem.TransactionItemId
    ShipmentItem.QuantityUnit
    ShipmentItem.PurchaseValue
    ShipmentItem.TotalPurchaseValue
    ShipmentItem.PurchaseQuantity
    ShipmentItem.CalculatetCarrierValue
    ShipmentItem.Type
    ShipmentItem.ItemText
    ShipmentItem.WeightNotes
    ShipmentItem.Status
    ShipmentItem.StatusId
    ShipmentItem.CarrierStatus
    ShipmentItem.CarrierStatusId
    ShipmentItem.ArticleGLAId
    ShipmentItem.TemperatureId
    ShipmentItem.SplitParentId
    ShipmentItem.IsSplitted
    ShipmentItem.TradingUnit
    ShipmentItem.IsBillable
    ShipmentItem.WasteLabel
    ShipmentItem.WasteKey
    ShipmentItem.DisposalProof
    ShipmentItem.ConsignmentNote
    ShipmentItem.Idtf
    ShipmentItem.ContainerId
    ShipmentItem.Container
    ShipmentItem.ContainerTypeId
    ShipmentItem.ContainerType
    ShipmentItem.ArticleId
    ShipmentItem.Article
    ShipmentItem.SupplierId
    ShipmentItem.Supplier
    ShipmentItem.SupplierStatusId
    ShipmentItem.SupplierStatus
    ShipmentItem.BillSupplier
    ShipmentItem.IsTranship
    ShipmentItem.TranshipPartAmount
    ShipmentItem.Shipment
    ShipmentItem.IndexNumber
    ShipmentItem.Conditions
    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 LoadingAidBasedShipmentItem : ShipmentItem

    Constructors

    | Improve this Doc View Source

    LoadingAidBasedShipmentItem()

    Initializes a new instance of LoadingAidBasedShipmentItem

    Declaration
    public LoadingAidBasedShipmentItem()

    Properties

    | Improve this Doc View Source

    CalculatedCarrierValue

    Gets or sets the CalculatetCarrierValue

    Declaration
    public override PreciseDecimal CalculatedCarrierValue { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    Overrides
    ShipmentItem.CalculatedCarrierValue
    | Improve this Doc View Source

    CalculatedCustomerValue

    Gets or sets the CalculatedCustomerValue

    Declaration
    public override PreciseDecimal CalculatedCustomerValue { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    Overrides
    ShipmentItem.CalculatedCustomerValue
    | Improve this Doc View Source

    CalculatedSupplierValue

    Gets or sets the calculated supplier value.

    Declaration
    public override PreciseDecimal CalculatedSupplierValue { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    Overrides
    ShipmentItem.CalculatedSupplierValue
    | Improve this Doc View Source

    LoadingAidType

    Gets the loading aid type

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

    LoadingAidTypeId

    Gets or sets the LoadingAidTypeId

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

    LoadingMeters

    Gets or sets the LoadingMeters

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

    Pitches

    Gets or sets the Pitches. If the setter is used, UseCalculatedPitches will be set to true.

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

    TaxId

    Gets or sets the TaxId

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

    UseCalculatedPitches

    Gets or sets whether to use manual pitches or calculated pitches

    Declaration
    public bool UseCalculatedPitches { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    DeepCopy(Boolean, Guid)

    Gets a deep copy of the current item

    Declaration
    public override ShipmentItem DeepCopy(bool newId, Guid id)
    Parameters
    Type Name Description
    System.Boolean newId
    System.Guid id
    Returns
    Type Description
    ShipmentItem
    Overrides
    ShipmentItem.DeepCopy(Boolean, Guid)
    | Improve this Doc View Source

    SetPriceCustomer(Double)

    Sets the customer price

    Declaration
    public override void SetPriceCustomer(double totalPrice)
    Parameters
    Type Name Description
    System.Double totalPrice
    Overrides
    ShipmentItem.SetPriceCustomer(Double)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx