Class Result
Inheritance
System.Object
Result
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.Telematic.Spedion.DriveAndRestTimesWs
Assembly: Simplic.Telematic.Spedion.dll
Syntax
[Serializable]
public class Result
Properties
| Improve this Doc View SourceCode
Declaration
public ResultCode Code { get; set; }
Property Value
Type | Description |
---|---|
ResultCode |
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IncreaseSendCount
Declaration
public bool IncreaseSendCount { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StackTrace
Declaration
public string StackTrace { get; set; }
Property Value
Type | Description |
---|---|
System.String |