Overload List
| Name | Description | |
|---|---|---|
| Initialize()() |
Initializes the framework reading the configuration from
the AppDomain and checking all the types on the executing Assembly | |
| Initialize(Assembly, IConfigurationSource) |
Initialize the mappings using the configuration and
checking all the types on the specified Assembly | |
| Initialize(array<Assembly>[](), IConfigurationSource) |
Initialize the mappings using the configuration and
checking all the types on the specified Assemblies
| |
| Initialize(IConfigurationSource, array<Type>[]()) |
Initialize the mappings using the configuration and
the list of types
|