Class CheckXareusTypeMemberValueSensor
A sensor that checks the member of a given object
Inheritance
CheckXareusTypeMemberValueSensor
Assembly: Xareus.Unity.Librairies.dll
Syntax
[Renamed("SEVEN.FiveTypeMemberValueSensor", "Assembly-CSharp", typeof(CheckXareusTypeMemberValueSensorConverter))]
[Renamed("SEVEN.FIVE.FiveTypeMemberValueSensor", "Assembly-CSharp", typeof(CheckXareusTypeMemberValueSensorConverter))]
[FunctionDescription("Check the value of the given member in the given type.")]
public class CheckXareusTypeMemberValueSensor : AInUnityStepSensor
Constructors
CheckXareusTypeMemberValueSensor(Event, Dictionary<string, Parameter>, IContext, IContext, IContext)
Declaration
protected CheckXareusTypeMemberValueSensor(Event @event, Dictionary<string, Parameter> parameters, IContext externalContext, IContext scenarioContext, IContext sequenceContext)
Parameters
Fields
VALUE
Declaration
[EventContextEntry]
public static readonly string VALUE
Field Value
XUTYPE
Declaration
[EventContextEntry]
public static readonly string XUTYPE
Field Value
expectedValue
Declaration
[Provider("Member")]
[ConfigurationParameter("Value", Necessity.Required)]
protected object expectedValue
Field Value
member
Declaration
[Provider("Type")]
[ConfigurationParameter("Member", Necessity.Required)]
protected MemberInfo member
Field Value
type
Declaration
[ProvideConstraint(typeof(XUType))]
[ConfigurationParameter("Type", Necessity.Required)]
protected Type type
Field Value
xuType
Declaration
[Provider("Type")]
[ConfigurationParameter("Xareus Type", Necessity.Required)]
protected XUType xuType
Field Value
Methods
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