Search Results for

    Show / Hide Table of Contents

    Class ObjectBasedShipmentItem

    Shipment item based on an object

    Inheritance
    System.Object
    ShipmentItem
    ObjectBasedShipmentItem
    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 ObjectBasedShipmentItem : ShipmentItem

    Properties

    | Improve this Doc View Source

    CalculatedCarrierValue

    Gets or sets the calculated carrier value

    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 calculated customer value

    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

    TaxId

    Gets or sets the tax id

    Declaration
    public override Guid? TaxId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    Overrides
    ShipmentItem.TaxId

    Methods

    | Improve this Doc View Source

    DeepCopy(Boolean, Guid)

    Gest 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