Class ShipmentItemViewModel
Inheritance
System.Object
ShipmentItemViewModel
Implements
ICustomAddonViewModel
IEditableListBoxItem
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
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
|
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
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
|
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
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
|
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
|
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
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
|
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
|
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
|
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
Declaration
public ShipmentItemStatus Status { get; set; }
Property Value
|
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
Declaration
public ShipmentItemStatus SupplierStatus { get; }
Property Value
|
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
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
|
Improve this Doc
View Source
TypeId
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
Methods
|
Improve this Doc
View Source
DeleteItem()
Declaration
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()
Declaration
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OnSaveItem()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Implements
ICustomAddonViewModel
IEditableListBoxItem