Class CleaningDateViewModel
Represents the cleaning date view model which contains informations about the cleaning date
Inheritance
System.Object
CleaningDateViewModel
Inherited Members
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.UI.ResourceRequirementsPlanning
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningDateViewModel
Constructors
| Improve this Doc View SourceCleaningDateViewModel(ShipmentViewModel)
Constructor
Declaration
public CleaningDateViewModel(ShipmentViewModel shipmentViewModel)
Parameters
Type | Name | Description |
---|---|---|
ShipmentViewModel | shipmentViewModel | Instance of the parent view model |
Properties
| Improve this Doc View SourceCleaningTime
Gets or sets teh cleaning time
Declaration
public DateTime CleaningTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |