Class CheckMemberValueSensor
Inheritance
CheckMemberValueSensor
Assembly: Xareus.Unity.Libraries.dll
Syntax
[Renamed("SEVEN.Unity.CheckMemberValueSensor", "Assembly-CSharp")]
[Renamed("Xareus.Scenarios.Unity.CheckMemberValueSensor", "Xareus.Unity.Librairies")]
[FunctionDescription("", new string[] { "Members" })]
public class CheckMemberValueSensor : AInUnityStepSensor
Constructors
CheckMemberValueSensor(Event, Dictionary<string, Parameter>, IContext, IContext, IContext)
Declaration
protected CheckMemberValueSensor(Event @event, Dictionary<string, Parameter> parameters, IContext externalContext, IContext scenarioContext, IContext sequenceContext)
Parameters
Fields
COMPONENT
Declaration
public const string COMPONENT = "Component"
Field Value
COMPONENT_ENTRY
Declaration
[EventContextEntry]
public static readonly string COMPONENT_ENTRY
Field Value
MEMBER
Declaration
public const string MEMBER = "Member"
Field Value
MEMBER_INFO_ENTRY
Declaration
[EventContextEntry]
public static readonly string MEMBER_INFO_ENTRY
Field Value
VALUE
Declaration
public const string VALUE = "value"
Field Value
VALUE_ENTRY
Declaration
[EventContextEntry]
public static readonly string VALUE_ENTRY
Field Value
component
Declaration
[ConfigurationParameter("Component", Necessity.Required)]
protected Component component
Field Value
expectedValue
Declaration
[ConfigurationParameter("value", Necessity.Required)]
[Provider("Member")]
protected object expectedValue
Field Value
member
Declaration
[ConfigurationParameter("Member", Necessity.Required)]
[Provider("Component")]
protected MemberInfo member
Field Value
Methods
SafeReset()
Reset a sensor. Note that this code will be executed in unity's thread and the declared parameters (using the ConfigurationParameter attribute) are already filled
Declaration
public override void SafeReset()
Overrides
UnityStepSensorCheck()
This method is called at each selected Unity execution step in Unity's thread. The Unity execution steps used depend on the ExecutionStep property
Declaration
public override ASensor.Result UnityStepSensorCheck()
Returns
Overrides