Class TypeUtilsTests.DummySensor
Inheritance
TypeUtilsTests.DummySensor
Assembly: Xareus.Utils.Tests.dll
Syntax
[FunctionDescription("description")]
protected class TypeUtilsTests.DummySensor : ASensor
Properties
Negate
Declaration
[ConfigurationParameter("Override of the negate property", Necessity.Required)]
protected override bool Negate { get; set; }
Property Value
Overrides
Methods
SensorCheck()
Checks whether an event was triggered.
Declaration
public override ASensor.Result SensorCheck()
Returns
Overrides