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 SourceAnalyzerName
Gets or sets the analyzer name
Declaration
public string AnalyzerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ConfigurationType
Gets or sets the configuration type, like grid, ...
Declaration
public string ConfigurationType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
Gets or sets the message result
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the configuration name, like GRID_...
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResultType
Gets or sets the result type (error, ...)
Declaration
public ResultType ResultType { get; set; }
Property Value
Type | Description |
---|---|
ResultType |