Class MinimumRoomDistance.Result
Inheritance
System.Object
MinimumRoomDistance.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 |
|
MinimumRoomDistance
Declaration
public int MinimumRoomDistance { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Summary
Declaration
public string Summary { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements