Class TimePeriodProperties
Represents configuration settings for delays and other time-related things with support for both fixed and randomized time periods.
Inherited Members
Namespace: EyeAuras.Shared.Model
Assembly: EyeAuras.Shared.Metadata.dll
Syntax
public sealed record TimePeriodProperties : IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, IEquatable<TimePeriodProperties>
Constructors
| Name | Description |
|---|---|
| TimePeriodProperties() |
Properties
| Name | Description |
|---|---|
| Max | Gets or sets the maximum delay duration used when delay randomization is enabled. |
| Min | Gets or sets the fixed delay duration. This is the default delay used if randomization is not enabled. Default value is one second. |
| Randomize | Gets or sets a value indicating whether the delay should be randomized. When set to true, the actual delay will be a random value between Min and Max. |
| Version |
Methods
| Name | Description |
|---|---|
| Equals(TimePeriodProperties?) | |
| Equals(object?) | |
| GetHashCode() | |
| ToString() | |
| <Clone>$() |
Operators
| Name | Description |
|---|---|
| operator ==(TimePeriodProperties?, TimePeriodProperties?) | |
| operator !=(TimePeriodProperties?, TimePeriodProperties?) |