Class ConfigFile.Factory
Utility class used to access class factory information in the config file.
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class Factory : Object
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
public static 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
public static NameValueCollection DynamicLoad { get; }
Property Value
Type | Description |
---|---|
NameValueCollection |