Enum AuraEvaluatorConditionType
Namespace: EyeAuras.Shared.Services
Assembly: EyeAuras.Shared.Metadata.dll
Syntax
public enum AuraEvaluatorConditionType
Fields
Name | Description |
---|---|
AllActive | All conditions must be active, boolean AND |
AllInactive | All conditions must be inactive, boolean NOT+AND |
AnyActive | At least one conditions must be active, boolean OR |