Click or drag to resize
CoreStateInitialize Method
Loads the driver config data, drivers, plugins and type converters

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void Initialize(
	string applicationRootFolder,
	Action<string, string> messageReporterFunc,
	Action<string, string> errorReporterFunc,
	Action<string, string> noLicenseFoundReporterFunc
)

Parameters

applicationRootFolder
Type: SystemString
The application root folder.
messageReporterFunc
Type: SystemActionString, String
The message reporter func.
errorReporterFunc
Type: SystemActionString, String
The error reporter func.
noLicenseFoundReporterFunc
Type: SystemActionString, String
The no license found reporter func.
See Also