Extension - Custom configuration: Porovnání verzí
Z Podpora.nextis.cz
| Řádka 1: | Řádka 1: | ||
| − | === | + | === Involved namespaces === |
Core.Config.Extensions | Core.Config.Extensions | ||
| − | === | + | === Involved classes === |
Core.Config.Extensions.Storage | Core.Config.Extensions.Storage | ||
Core.Config.Extensions.ExtendedConfiguration | Core.Config.Extensions.ExtendedConfiguration | ||
| + | |||
| + | === Important events === | ||
| + | <syntaxhighlight lang="vb"> | ||
| + | InitializeConfiguration(e As System.Collections.Generic.List(Of Core.Config.Extensions.ExtendedConfiguration)) | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | === Step by step example === | ||
Verze z 17. 8. 2017, 13:17
Involved namespaces
Core.Config.Extensions
Involved classes
Core.Config.Extensions.Storage
Core.Config.Extensions.ExtendedConfiguration
Important events
InitializeConfiguration(e As System.Collections.Generic.List(Of Core.Config.Extensions.ExtendedConfiguration))