Class ASensor.Result
The result of SensorCheck()
Inherited Members
Namespace: Xareus.Scenarios.Sensor
Assembly: Xareus.Scenarios.dll
Syntax
public class ASensor.Result
Constructors
Result(bool, IContext)
Declaration
public Result(bool success, IContext eventContext)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | success | |
| IContext | eventContext |
Properties
EventContext
The context in which the event occurred
Declaration
public IContext EventContext { get; set; }
Property Value
| Type | Description |
|---|---|
| IContext |
Success
true whether the event occurred; false otherwise
Declaration
public bool Success { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |