ConfigurationSnapshot Class

Definition

Captured snapshot of a project configuration suitable for audit history.

public sealed record ConfigurationSnapshot(Guid Id, DateTimeOffset CapturedAt, string? Author, string? Comment, PackagingProject Project) : IEquatable<ConfigurationSnapshot>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (5)