Class AuraEvaluatorProperties
Represents the properties for evaluating a set of auras based on specified conditions. This class allows the specification of multiple auras and their expected states.
Implements
Inherited Members
Namespace: EyeAuras.Shared.Modularity
Assembly: EyeAuras.Shared.Metadata.dll
Syntax
public sealed record AuraEvaluatorProperties : AuraPropertiesBase, IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>, IEquatable<AuraPropertiesBase>, IHasLinkedAuraIds, IEquatable<AuraEvaluatorProperties>
Constructors
Name | Description |
---|---|
AuraEvaluatorProperties() |
Properties
Name | Description |
---|---|
Conditions | Gets or sets the conditions that define the expected states of the linked auras. Each condition is represented by an AuraStateDescriptor, which details the expected state of an aura. |
EqualityContract | |
LinkedAuraIds | Gets a read-only list of linked Aura IDs. |
LinkedFolderIds | Gets a read-only list of linked folder IDs. |
OperationMode | Gets or sets the operation mode for evaluating the specified conditions. This determines how the conditions are combined - either requiring all conditions to be met ('All') or any one of them ('Any'). AuraEvaluatorOperationMode |
Version |
Methods
Name | Description |
---|---|
Equals(AuraPropertiesBase?) | |
Equals(AuraEvaluatorProperties?) | |
Equals(object?) | |
FromObsoleteAuraIds(AuraEvaluatorProperties, string[], AuraEvaluatorOperationMode) | |
FromObsoleteAuraIds(string[], AuraEvaluatorOperationMode) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ReplaceId(string, string) | Replaces a specified Aura/Folder ID with a new ID. |
ToString() | |
<Clone>$() |
Operators
Name | Description |
---|---|
operator ==(AuraEvaluatorProperties?, AuraEvaluatorProperties?) | |
operator !=(AuraEvaluatorProperties?, AuraEvaluatorProperties?) |