Interface IEyeItemEvaluator
Represents an evaluator for monitoring and determining the state of a specific aura. The evaluator tracks the 'IsActive' state of the aura and compares it against a configured expected state.
Namespace: EyeAuras.Shared.Services
Assembly: EyeAuras.Shared.dll
Syntax
public interface IEyeItemEvaluator : IDisposable, INotifyPropertyChanged
Properties
Name | Description |
---|---|
Item | Retrieves the aura instance that this evaluator is monitoring. Access to the aura allows for the evaluation of its current state and properties. |
ItemId | Gets the identifier of the aura this evaluator is associated with. This identifier is used to locate and reference the specific aura within the system. |