Show / Hide Table of Contents

Class ConfigFile.Factory

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

Inheritance
object
ConfigFile.Factory
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.Factory

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top