Search Results for

    Show / Hide Table of Contents

    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 Source

    CleaningDateViewModel(ShipmentViewModel)

    Constructor

    Declaration
    public CleaningDateViewModel(ShipmentViewModel shipmentViewModel)
    Parameters
    Type Name Description
    ShipmentViewModel shipmentViewModel

    Instance of the parent view model

    Properties

    | Improve this Doc View Source

    CleaningTime

    Gets or sets teh cleaning time

    Declaration
    public DateTime CleaningTime { get; set; }
    Property Value
    Type Description
    System.DateTime
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx