Interface IConfigurationAnalyzerService
Configuration analyzer service
Namespace: Simplic.ConfigurationAnalyzer
Assembly: Simplic.ConfigurationAnalyzer.dll
Syntax
public interface IConfigurationAnalyzerService
Methods
| Improve this Doc View SourceAnalyze()
Analyze the database
Declaration
IList<Result> Analyze()
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<Result> | List of results |
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 |