-
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 #109 from autumn-library/feature/api-docs
Докуметация по API
- Loading branch information
Showing
20 changed files
with
458 additions
and
28 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
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
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,10 +1,27 @@ | ||
Перем _Значение; | ||
|
||
// Порядок, заданный аннотацией. | ||
// | ||
// Возвращаемое значение: | ||
// Число | ||
// | ||
Функция Значение() Экспорт | ||
Возврат _Значение; | ||
КонецФункции | ||
|
||
// Управляет порядком инициализации и использования желудя. Не может быть меньше 1 или больше 999998. | ||
// | ||
// Если размещается над обычным `&Желудем` или `&Завязью`, то влияет на порядок сортировки, при получении | ||
// коллекции желудей по прозвищу. | ||
// | ||
// Если размещается над `&Напильником`, влияет на порядок применения напильников к желудям. | ||
// | ||
// Если размещается над `&Рогаткой`, влияет на порядок запуска рогаток при старте приложения. | ||
// | ||
// Параметры: | ||
// Значение - Число - Задаваемый порядок. | ||
// | ||
&Аннотация("Порядок") | ||
Процедура ПриСозданииОбъекта(Значение = 1) | ||
_Значение = Значение; | ||
КонецПроцедуры | ||
КонецПроцедуры |
Oops, something went wrong.