Table of Contents

Class ModuleConfigurationExtensions

Namespace
Loehnert.Lisrt.Modules.Configuration
Assembly
Loehnert.Lisrt.Modules.dll

Extensions for IModuleConfiguration.

public static class ModuleConfigurationExtensions
Inheritance
ModuleConfigurationExtensions
Inherited Members

Methods

FindOrDefault(IModuleConfiguration, ILisrtModule)

Find the IModuleConfiguration by the full name of the module.

public static IModuleConfiguration FindOrDefault(this IModuleConfiguration configuration, ILisrtModule module)

Parameters

configuration IModuleConfiguration

Configuration which could contain the config for the module.

module ILisrtModule

Module to look for.

Returns

IModuleConfiguration

The IModuleConfiguration of the module or null.