Interface IDiagnosticResult
Namespace: Edgar.Unity.Diagnostics
Assembly: cs.temp.dll.dll
Syntax
public interface IDiagnosticResult
Properties
IsPotentialProblem | |
Name | |
Summary |
IsPotentialProblem
Declaration
bool IsPotentialProblem { get; }
Property Value
Type | Description |
---|---|
System. |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System. |
Summary
Declaration
string Summary { get; }
Property Value
Type | Description |
---|---|
System. |