Skip to main content
Table of Contents

Class TenantDeleted

Namespace
Stratara.Domain
Assembly
Stratara.Domain.dll

Soft-delete event for a tenant — sets the aggregate's DeletedAt stamp.

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

Constructors

TenantDeleted(DateTimeOffset)

Soft-delete event for a tenant — sets the aggregate's DeletedAt stamp.

public TenantDeleted(DateTimeOffset DeletedAt)

Parameters

DeletedAt DateTimeOffset

When the tenant was soft-deleted.

Properties

DeletedAt

When the tenant was soft-deleted.

public DateTimeOffset DeletedAt { get; init; }

Property Value

DateTimeOffset