Class ExecuteAuraActionProperties
Implements
Inherited Members
Namespace: EyeAuras.DefaultAuras.Actions.ExecuteAura
Assembly: EyeAuras.DefaultAuras.Metadata.dll
Syntax
public sealed record ExecuteAuraActionProperties : AuraActionPropertiesBase, IEquatable<AuraPropertiesBase>, IAuraActionProperties, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<AuraActionPropertiesBase>, IHasLinkedAuraIds, IEquatable<ExecuteAuraActionProperties>
Constructors
| Name | Description |
|---|---|
| ExecuteAuraActionProperties() |
Properties
| Name | Description |
|---|---|
| EqualityContract | |
| EvaluatorProperties | Gets the evaluator properties that identifies and manages the list of linked auras. Actions within these linked auras are the ones to be executed by this action. |
| LinkedAuraIds | Gets a read-only list of linked Aura IDs. |
| LinkedFolderIds | Gets a read-only list of linked folder IDs. |
| Strategy | Gets or sets the strategy for executing the actions within the linked auras, e.g. Ordered or Random |
| Times | Gets or sets the number of times the actions within the linked auras should be executed. |
| Version |
Methods
| Name | Description |
|---|---|
| Equals(ExecuteAuraActionProperties?) | |
| Equals(AuraActionPropertiesBase?) | |
| Equals(object?) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ReplaceId(string, string) | Replaces a specified Aura/Folder ID with a new ID. |
| ToString() | |
| <Clone>$() |
Operators
| Name | Description |
|---|---|
| operator ==(ExecuteAuraActionProperties?, ExecuteAuraActionProperties?) | |
| operator !=(ExecuteAuraActionProperties?, ExecuteAuraActionProperties?) |