Click or drag to resize

RuntimeEngineInitialize Method

Initializes the application. Creates the database tables when the application is started first time.

Namespace:  Unvired.Kernel.UWP.Core
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Initialize(
	string appName,
	XDocument metaDataXml,
	string assemblyName,
	string entityNamespace
)

Parameters

appName
Type: SystemString
Application Name
metaDataXml
Type: System.Xml.LinqXDocument
Metadata xml XDocument
assemblyName
Type: SystemString
Application assembly name -
string asm = GetType().GetTypeInfo().Assembly.FullName;
entityNamespace
Type: SystemString
Namespace of generated BusinessEntity
See Also