Skip to main content
Table of Contents

Class TenantDefaultLocaleChanged

Namespace
Stratara.Domain
Assembly
Stratara.Domain.dll

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

DefaultLocale string

New IETF BCP 47 locale tag.

ChangedAt DateTimeOffset

Timestamp of the change.

Properties

ChangedAt

Timestamp of the change.

public DateTimeOffset ChangedAt { get; init; }

Property Value

DateTimeOffset

DefaultLocale

New IETF BCP 47 locale tag.

public string DefaultLocale { get; init; }

Property Value

string