Show / Hide Table of Contents

Interface ConfigFile.IFactoryConfiguration

Utility class used to access class factory information in the config file. Created in Process scope

Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.IFactoryConfiguration

Properties

CustomFactories

Custom factories that are to replace the default factories. The name of the class to ovveride is the key and the name of the assmebly where the custom factory resides is the value.

Declaration
NameValueCollection CustomFactories { get; }
Property Value
Type Description
NameValueCollection

DynamicLoad

Assemblies that are to be dynamically loaded (keys will be ignored, values must specify assemblies)

Declaration
NameValueCollection DynamicLoad { get; }
Property Value
Type Description
NameValueCollection

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top