Overload List

NameDescription
Public methodStatic memberInitialize()()
Initializes the framework reading the configuration from the AppDomain and checking all the types on the executing Assembly
Public methodStatic memberInitialize(Assembly, IConfigurationSource)
Initialize the mappings using the configuration and checking all the types on the specified Assembly
Public methodStatic memberInitialize(array<Assembly>[](), IConfigurationSource)
Initialize the mappings using the configuration and checking all the types on the specified Assemblies
Public methodStatic memberInitialize(IConfigurationSource, array<Type>[]())
Initialize the mappings using the configuration and the list of types

See Also