Interface IDefaultTrigger
Manually controlled trigger.
Inherited Members
Namespace: EyeAuras.DefaultAuras.Triggers.Default
Assembly: EyeAuras.DefaultAuras.dll
Syntax
public interface IDefaultTrigger : IAuraTrigger, IAuraEntity, IAuraObject, IBindableReactiveObject, IHasId, IHasTypedId<string>, ICanSetContext, IHasContext, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, ICanSetName, IHasName, ICanSetDescription, IHasDescription
Remarks
This class is for triggers that require manual activation or deactivation. It provides the flexibility to set the trigger to an active, inactive, or unknown state as needed.
Properties
Name | Description |
---|---|
TriggerValue | Gets or sets the value of the trigger. A value of 'true' activates the trigger, 'false' deactivates it, and 'null' sets it to an unknown state. |