Search Results for

    Show / Hide Table of Contents

    Interface IConfigurationAnalyzerService

    Configuration analyzer service

    Namespace: Simplic.ConfigurationAnalyzer
    Assembly: Simplic.ConfigurationAnalyzer.dll
    Syntax
    public interface IConfigurationAnalyzerService

    Methods

    | Improve this Doc View Source

    Analyze()

    Analyze the database

    Declaration
    IList<Result> Analyze()
    Returns
    Type Description
    System.Collections.Generic.IList<Result>

    List of results

    | Improve this Doc View Source

    ConvertToText(IList<Result>)

    Convert a result to text

    Declaration
    string ConvertToText(IList<Result> results)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<Result> results

    Result list

    Returns
    Type Description
    System.String

    Display text

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx