Skip to main content
Table of Contents

Class TenantAssignedToCustomer

Namespace
Stratara.Domain
Assembly
Stratara.Domain.dll

Customer-reassignment event — re-parents the tenant to a different customer.

[ExcludeFromCodeCoverage]
public sealed record TenantAssignedToCustomer : IEquatable<TenantAssignedToCustomer>
Inheritance
TenantAssignedToCustomer
Implements
Inherited Members
Extension Methods

Constructors

TenantAssignedToCustomer(Guid, DateTimeOffset)

Customer-reassignment event — re-parents the tenant to a different customer.

public TenantAssignedToCustomer(Guid CustomerId, DateTimeOffset ChangedAt)

Parameters

CustomerId Guid

New owner customer id.

ChangedAt DateTimeOffset

Reassignment timestamp.

Properties

ChangedAt

Reassignment timestamp.

public DateTimeOffset ChangedAt { get; init; }

Property Value

DateTimeOffset

CustomerId

New owner customer id.

public Guid CustomerId { get; init; }

Property Value

Guid