Search Results for

    Show / Hide Table of Contents

    Class ShipmentItemViewModel

    Inheritance
    System.Object
    ShipmentItemViewModel
    DistanceBasedShipmnentItemViewModel
    FixedPriceShipmnentItemViewModel
    LoadingAidBasedShipmentItemViewModel
    ObjectBasedShipmentItemViewModel
    PythonBasedShipmentItemViewModel
    TariffBasedShipmnentItemViewModel
    TimeBasedShipmnentItemViewModel
    WeightBasedShipmnentItemViewModel
    Implements
    ICustomAddonViewModel
    IEditableListBoxItem
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public abstract class ShipmentItemViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    ShipmentItemViewModel(ShipmentItem)

    Declaration
    public ShipmentItemViewModel(ShipmentItem item)
    Parameters
    Type Name Description
    ShipmentItem item

    Properties

    | Improve this Doc View Source

    AddonViewModel

    gets or sets the AddonViewModel

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

    AddWeightNote

    Declaration
    public ICommand AddWeightNote { get; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    Article

    Gets the selected article object

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

    ArticleFriendlyName

    Gets the friendlyname for article and supplier

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

    ArticleGLA

    Gets the current article gla

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

    ArticleGLAId

    Gets or sets the ArticleGLAId

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

    ArticleId

    Gets or sets the article

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

    BillCarrier

    Gets or sets the bill for carriers

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

    BillSupplier

    Gets or sets whether the supplier shall be billed

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

    CalculatedCarrierValue

    Gets the calculatet Value for Carriers

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

    CalculatedCustomerValue

    Gets the calculatet Value

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

    CarrierQuantity

    Gets or sets the quantity for carriers

    Declaration
    public virtual double CarrierQuantity { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    CarrierStatus

    Gets or sets the carrier status

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

    CarrierStatusId

    Gets or sets the carrier status Id

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

    CarrierValue

    Gets or sets the value for carriers

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

    CarrierVisibility

    gets the Visibillity for the CarrierCroupBox

    Declaration
    public Visibility CarrierVisibility { get; }
    Property Value
    Type Description
    System.Windows.Visibility
    | Improve this Doc View Source

    Conditions

    Gets the conditions

    Declaration
    public IList<Pricing.Condition> Conditions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<Pricing.Condition>
    | Improve this Doc View Source

    ConsignmentNote

    Gets or sets the ConsignmentNote

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

    Container

    Gets or sets the container

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

    ContainerId

    Gets or sets the containerId

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

    ContainerType

    Gets or sets the container type

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

    ContainerTypeId

    Gets or sets the containerTypeId

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

    ContainerVisibility

    Gets the Container visibillity

    Declaration
    public Visibility ContainerVisibility { get; }
    Property Value
    Type Description
    System.Windows.Visibility
    | Improve this Doc View Source

    CustomerQuantity

    Gets or sets the quantity for customers

    Declaration
    public virtual double CustomerQuantity { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    CustomerValue

    Gets or sets the value for customers

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

    DisposalProof

    Gets or sets the DisposalProof

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

    EditDataTemplate

    Gets the edit template name

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

    EditDataTemplatePath

    Gets the edit template path

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

    GridItemText

    Gets the short Item text for the grid

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

    Idtf

    Gets or sets the Idtf number

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

    IndexNumber

    Gets or sets the item index

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

    IsBillable

    Gets or sets whether this item is billable

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

    IsDeleted

    Gets or sets wherther the item is deletet

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

    IsReadOnly

    Gets the readonly flag for the item

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

    IsTranship

    Gets or sets whether the shipmentItem is a Tranship

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

    ItemFilterText

    Gets the filter text

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

    ItemText

    Gets or sets the itemText

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

    Model

    gets or sets the shipment item model

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

    PurchaseQuantity

    Gets or sets the purchage value

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

    PurchaseValue

    Gets or sets the purchage value

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

    QuantityUnit

    Gets or sets the quantity unit

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

    QuantityUnitInstance

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

    RemoveWeightNote

    Declaration
    public ICommand RemoveWeightNote { get; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    SelectedWeightNote

    Gets or sets the selected Weight note

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

    ShipmentId

    Gets or sets the shipment id

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

    ShipmentParent

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

    ShowConditionWindowCommand

    Gets or sets the show condition window command

    Declaration
    public ICommand ShowConditionWindowCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    Status

    Gets or sets the status

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

    StatusId

    Gets or sets the status Id

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

    Supplier

    Gets the selected supplier object

    Declaration
    public SAC.Contact.Contact Supplier { get; }
    Property Value
    Type Description
    SAC.Contact.Contact
    | Improve this Doc View Source

    SupplierId

    Gets or sets the supplier

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

    SupplierStatus

    Gets or sets the status

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

    SupplierStatusId

    Gets or sets the supplier billing state

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

    TaxId

    Gets or sets the tax id

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

    TemperatureId

    Gets or sets the temperature id

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

    TotalPurchaseValue

    Gets the total purchase value

    Declaration
    public double TotalPurchaseValue { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    TradingUnit

    Gets or sets the packing unit

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

    TransactionItemId

    Gets or sets the transaction item id

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

    TranshipPartAmount

    Gets or sets the tranship part amount

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

    Type

    Gets or sets the item Type

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

    TypeId

    Gets or sets the type id

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

    ViewDataTemplate

    Gets the view template name

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

    ViewDataTemplatePath

    Gets the view template path

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

    WasteKey

    Gets or sets the WasteKey from the 'European waste catalouge and hazardous waste list' or the German AVV

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

    WasteLabel

    Gets or sets wgether the WasteLabel is set

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

    Weight

    Gets or sets the current weight

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

    WeightNoteFieldVisibility

    Gets the visiblity of the weightnote fields

    Declaration
    public Visibility WeightNoteFieldVisibility { get; }
    Property Value
    Type Description
    System.Windows.Visibility
    | Improve this Doc View Source

    WeightNotes

    Gets or sets the list of Weight Notes

    Declaration
    public ObservableCollection<ShipmentWeightNoteViewModel> WeightNotes { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<ShipmentWeightNoteViewModel>

    Methods

    | Improve this Doc View Source

    DeleteItem()

    Delete item

    Declaration
    public bool DeleteItem()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetAddonPrimaryKey()

    Get the primary key of the table ItS_Shipment_Item_Addon

    Declaration
    public object GetAddonPrimaryKey()
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    NotifyShipment(String)

    Notify, that a field has changed in the shipment parent

    Declaration
    protected void NotifyShipment(string field)
    Parameters
    Type Name Description
    System.String field

    Field that has been chagned

    | Improve this Doc View Source

    NotifyTransportOrder(String)

    Notify, that a field has changed in the transport order parent

    Declaration
    protected void NotifyTransportOrder(string field)
    Parameters
    Type Name Description
    System.String field

    Field name

    | Improve this Doc View Source

    OnEditItem()

    Edit item

    Declaration
    public bool OnEditItem()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    OnSaveItem()

    Save item

    Declaration
    public bool OnSaveItem()
    Returns
    Type Description
    System.Boolean

    Implements

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