Search Results for

    Show / Hide Table of Contents

    Class ChangeResponse

    Repsonse object, containing a message and date about the changed pre-planning data

    Inheritance
    System.Object
    ChangeResponse
    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.Logistics.Planning
    Assembly: Simplic.Logistics.Planning.dll
    Syntax
    public class ChangeResponse

    Properties

    | Improve this Doc View Source

    DateTime

    Gets or sets the change date time

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

    Message

    Gets or sets the change message

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