Classes |
class | MyComponent |
| A component is a piece of code that is thrown into the IoC container by MyInitializer. It's a good idea to pass it's dependencies through the constructor. More...
|
class | MyInitializer |
| The [AutoInitialize] attribute in combination with the IPluginInitializer interface ensures this code is run during startup. This is where we can add components to the system. More...
|
class | MyScheduledAction |
| Place long-running or asynchronous tasks in a scheduled action in a scheduled action. More...
|