Class ShipmentStatusViewModel
Inheritance
System.Object
ShipmentStatusViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ShipmentStatusViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceShipmentStatusViewModel(ShipmentStatus)
Constructor
Declaration
public ShipmentStatusViewModel(ShipmentStatus model)
Parameters
Type | Name | Description |
---|---|---|
ShipmentStatus | model |
Properties
| Improve this Doc View SourceDisableEdit
Gets or sets whether the shipment status disables editing the shipment
Declaration
public bool DisableEdit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Gets or sets the shipment status Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDefault
gets or sets wheter the shipment staus is the default status
Declaration
public bool IsDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the shipment status name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Gets oor sets the status number
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceSave()
Write changes to the database
Declaration
public void Save()