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 SourceDateTime
Gets or sets the change date time
Declaration
public DateTime DateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Message
Gets or sets the change message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |