Class SoDatabaseEnvironmentInfoPlugin
Provide environmental info, but DO NOT cause the creation of an SoDatabase if none exists! Also do not trigger container manager, container, all the rest of the lazy blahblah
Implements
Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
[SoEnvironmentInfoPlugin("SoDatabaseEnvironmentInfoPlugin")]
public class SoDatabaseEnvironmentInfoPlugin : Object, ISoEnvironmentInfoPlugin, IPlugin
Constructors
SoDatabaseEnvironmentInfoPlugin()
Provide environmental info, but DO NOT cause the creation of an SoDatabase if none exists! Also do not trigger container manager, container, all the rest of the lazy blahblah
Declaration
public SoDatabaseEnvironmentInfoPlugin()
Methods
UpdateEnvironmentInfo(NameValueCollection)
Provide environmental info, but DO NOT cause the creation of an SoDatabase if none exists! Also do not trigger container manager, container, all the rest of the lazy blahblah
Declaration
public void UpdateEnvironmentInfo(NameValueCollection environmentInfo)
Parameters
Type | Name | Description |
---|---|---|
NameValueCollection | environmentInfo |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)