refactor(Application.Envelopes.Queries.EnvelopeStatus): rename as EnvelopeStatusQuery
This commit is contained in:
@@ -11,11 +11,11 @@ public record ReadEnvelopeQuery : EnvelopeQueryBase, IRequest
|
||||
/// <summary>
|
||||
/// Abfrage des Include des Umschlags
|
||||
/// </summary>
|
||||
public EnvelopeStatus? Status { get; init; }
|
||||
public EnvelopeStatusQuery? Status { get; init; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Repräsentiert den Include eines Umschlags und dessen Beziehung zum Empfänger. (vgl. auch <see cref="EnvelopeStatus"/>
|
||||
/// Repräsentiert den Include eines Umschlags und dessen Beziehung zum Empfänger. (vgl. auch <see cref="EnvelopeStatusQuery"/>
|
||||
/// Invalid (0): Ungültiger Include.
|
||||
/// EnvelopeCreated (1001): Der Umschlag wurde erstellt.
|
||||
/// EnvelopeSaved (1002): Der Umschlag wurde gespeichert.
|
||||
@@ -43,7 +43,7 @@ public record ReadEnvelopeQuery : EnvelopeQueryBase, IRequest
|
||||
/// MessageCompletionSent (3005): Abschlussbenachrichtigung wurde gesendet.
|
||||
/// </summary>
|
||||
|
||||
public record EnvelopeStatus
|
||||
public record EnvelopeStatusQuery
|
||||
{
|
||||
/// <summary>
|
||||
/// Der minimale Statuswert, der berücksichtigt werden.
|
||||
|
||||
Reference in New Issue
Block a user