Class WrongManualDoors.Result
Inheritance
System.Object
WrongManualDoors.Result
Assembly: cs.temp.dll.dll
Syntax
public class Result : IDiagnosticResult
Properties
IsPotentialProblem
Declaration
public bool IsPotentialProblem { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
ProblematicRoomTemplates
Declaration
public Dictionary<GameObject, int> ProblematicRoomTemplates { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<GameObject, System.Int32> |
|
Summary
Declaration
public string Summary { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements