Extension - Custom configuration: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
Řádka 1: Řádka 1:
=== Namespaces ===
+
=== Involved namespaces ===
 
Core.Config.Extensions
 
Core.Config.Extensions
  
=== Classes ===
+
=== 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, 14: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))

Step by step example