Search Results for

    Show / Hide Table of Contents

    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 Source

    Code

    Declaration
    public ResultCode Code { get; set; }
    Property Value
    Type Description
    ResultCode
    | Improve this Doc View Source

    Description

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

    IncreaseSendCount

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

    StackTrace

    Declaration
    public string StackTrace { 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