Search Results for

    Show / Hide Table of Contents

    Class TelematicSystemValidation

    Validation result for systems

    Inheritance
    System.Object
    TelematicSystemValidation
    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.Core
    Assembly: Simplic.Telematic.Core.dll
    Syntax
    public class TelematicSystemValidation

    Properties

    | Improve this Doc View Source

    ErrorMessage

    Gets or sets the error message

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

    IsValid

    Gets or sets whether the input data are successfull

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