-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from sfaqer/feature/beforeSyncInterceptor
Добавлен новый тип перехватчика "Перед синхронизацией полей"
- Loading branch information
Showing
7 changed files
with
136 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// BSLLS:CodeOutOfRegion-off | ||
Описание.Имя("decorator") | ||
.Версия("1.6.0") | ||
.Версия("1.7.0") | ||
.Автор("Nikita Gryzlov") | ||
.АдресАвтора("[email protected]") | ||
.Описание("Библиотека для создания декораторов над объектами") | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
Перем Перед Экспорт; | ||
Перем После Экспорт; | ||
|
||
Перем ПослеВызоваИсключения Экспорт; | ||
Перем ПередСинхронизациейПолей Экспорт; | ||
|
||
Перед = "Перед"; | ||
После = "После"; | ||
ПослеВызоваИсключения = "ПослеВызоваИсключения"; | ||
|
||
ПослеВызоваИсключения = "ПослеВызоваИсключения"; | ||
ПередСинхронизациейПолей = "ПередСинхронизациейПолей"; |
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