-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
i.borovik
committed
Dec 12, 2022
1 parent
5ae5825
commit b5abbde
Showing
10 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ntsContents/DiadocGisMtOuterStatusType.cs → ...oxEventsContents/DiadocGisMtStatusType.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../InboxDiadocDocumentGisMtStatusChanged.cs → ...DocumentGisMtStatusChangedEventContent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents.Inbox | ||
{ | ||
/// <summary>Информация о событии InboxDiadocDocumentGisMtStatusChanged в ящике получателя</summary> | ||
public class InboxDiadocDocumentGisMtStatusChanged : InboxDiadocEventContentBase | ||
public class InboxDiadocDocumentGisMtStatusChangedEventContent : InboxDiadocEventContentBase | ||
{ | ||
/// <summary>Информация о статусе проверки в ГИС МТ "Честный ЗНАК"</summary> | ||
public DiadocGisMtInfo DiadocGisMtInfo { get; set; } | ||
public DiadocGisMtInfo GisMtInfo { get; set; } | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
...ocDocumentRevocationGisMtStatusChanged.cs → ...vocationGisMtStatusChangedEventContent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents.Inbox | ||
{ | ||
/// <summary>Информация о событии InboxDiadocRevocationGisMtStatusChanged в ящике получателя</summary> | ||
public class InboxDiadocDocumentRevocationGisMtStatusChanged : InboxDiadocEventContentBase | ||
/// <summary>Информация о событии InboxDiadocDocumentRevocationGisMtStatusChanged в ящике получателя</summary> | ||
public class InboxDiadocDocumentRevocationGisMtStatusChangedEventContent : InboxDiadocEventContentBase | ||
{ | ||
/// <summary>Информация о статусе проверки в ГИС МТ "Честный знак"</summary> | ||
public DiadocGisMtInfo DiadocGisMtInfo { get; set; } | ||
public DiadocGisMtInfo GisMtInfo { get; set; } | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
...OutboxDiadocDocumentGisMtStatusChanged.cs → ...DocumentGisMtStatusChangedEventContent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents.Outbox | ||
{ | ||
/// <summary>Информация о событии OutboxDiadocDocumentGisMtStatusChanged в ящике отправителя</summary> | ||
public class OutboxDiadocDocumentGisMtStatusChanged : OutboxDiadocEventContentBase | ||
public class OutboxDiadocDocumentGisMtStatusChangedEventContent : OutboxDiadocEventContentBase | ||
{ | ||
/// <summary>Информация о статусе проверки в ГИС МТ "Честный ЗНАК"</summary> | ||
public DiadocGisMtInfo DiadocGisMtInfo { get; set; } | ||
public DiadocGisMtInfo GisMtInfo { get; set; } | ||
} | ||
} |
6 changes: 3 additions & 3 deletions
6
...ocDocumentRevocationGisMtStatusChanged.cs → ...vocationGisMtStatusChangedEventContent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents.Outbox | ||
{ | ||
/// <summary>Информация о событии OutboxDiadocRevocationGisMtStatusChanged в ящике отправителя</summary> | ||
public class OutboxDiadocDocumentRevocationGisMtStatusChanged : OutboxDiadocEventContentBase | ||
/// <summary>Информация о событии OutboxDiadocDocumentRevocationGisMtStatusChanged в ящике отправителя</summary> | ||
public class OutboxDiadocDocumentRevocationGisMtStatusChangedEventContent : OutboxDiadocEventContentBase | ||
{ | ||
/// <summary>Информация о статусе проверки в ГИС МТ "Честный ЗНАК"</summary> | ||
public DiadocGisMtInfo DiadocGisMtInfo { get; set; } | ||
public DiadocGisMtInfo GisMtInfo { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters