Class TenantDefaultLocaleChanged
Default-locale change event — swaps the tenant's BCP 47 default locale.
[ExcludeFromCodeCoverage]
public sealed record TenantDefaultLocaleChanged : IEquatable<TenantDefaultLocaleChanged>
- Inheritance
-
TenantDefaultLocaleChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
TenantDefaultLocaleChanged(string, DateTimeOffset)
Default-locale change event — swaps the tenant's BCP 47 default locale.
public TenantDefaultLocaleChanged(string DefaultLocale, DateTimeOffset ChangedAt)
Parameters
DefaultLocalestringNew IETF BCP 47 locale tag.
ChangedAtDateTimeOffsetTimestamp of the change.
Properties
ChangedAt
Timestamp of the change.
public DateTimeOffset ChangedAt { get; init; }
Property Value
DefaultLocale
New IETF BCP 47 locale tag.
public string DefaultLocale { get; init; }