Search Results for

    Show / Hide Table of Contents

    Class Result

    Single configuration 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.ConfigurationAnalyzer
    Assembly: Simplic.ConfigurationAnalyzer.dll
    Syntax
    public class Result

    Properties

    | Improve this Doc View Source

    AnalyzerName

    Gets or sets the analyzer name

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

    ConfigurationType

    Gets or sets the configuration type, like grid, ...

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

    Message

    Gets or sets the message result

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

    Name

    Gets or sets the configuration name, like GRID_...

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

    ResultType

    Gets or sets the result type (error, ...)

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