Class TimerTriggerPropertiesV2
Represents version 2 of properties for a timer trigger, defining the activation and deactivation periods.
Inheritance
TimerTriggerPropertiesV2
Implements
Inherited Members
Namespace: EyeAuras.DefaultAuras.Triggers.Timer
Assembly: EyeAuras.DefaultAuras.Metadata.dll
Syntax
public record TimerTriggerPropertiesV2 : AuraTriggerPropertiesBase, IEquatable<AuraPropertiesBase>, IAuraTriggerProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<AuraTriggerPropertiesBase>, IEquatable<TimerTriggerPropertiesV2>
Constructors
| Name | Description |
|---|---|
| TimerTriggerPropertiesV2() | |
| TimerTriggerPropertiesV2(TimerTriggerPropertiesV2) |
Properties
| Name | Description |
|---|---|
| ActivationPeriod | Gets or sets the activation period for the timer trigger. This is the duration the trigger will remain inactive before activating. |
| DeactivationPeriod | Gets or sets the deactivation period for the timer trigger. This is the duration the trigger will remain active before deactivating. |
| EqualityContract | |
| Version |
Methods
| Name | Description |
|---|---|
| Equals(TimerTriggerPropertiesV2?) | |
| Equals(AuraTriggerPropertiesBase?) | |
| Equals(object?) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() | |
| <Clone>$() |
Operators
| Name | Description |
|---|---|
| operator ==(TimerTriggerPropertiesV2?, TimerTriggerPropertiesV2?) | |
| operator !=(TimerTriggerPropertiesV2?, TimerTriggerPropertiesV2?) |