RuntimeEngine Class |
string appName = "SAP_ERP_SO_TEMPLATE"; string assemblyName = GetType().GetTypeInfo().Assembly.FullName; (using System.Reflection;) string EntityNamespace = "Entity"; (Namespace of BusinessEntity classes) using (XmlReader xr = XmlReader.Create(@"metadata.xml")) { XDocument metadataXml = XDocument.Load(xr); } RuntimeEngine runtimeEngine = RuntimeEngine.Instance; runtimeEngine.initialize(appName, metaDataXml,assemblyName,EntityNamespace);
Namespace: Unvired.Kernel.UWP.Core
The RuntimeEngine type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Initialize |
Initializes the application. Creates the database tables when the application is started first time.
| |
| InitializeApplication |
Initialize the application. Parse metadata xml and create all application BusinessEntity structures tables
| |
| InitializeFramework |
Initializes the framework. Creates framework database and framework related tables when the application is started first time.
| |
| IsFrameworkInitialized |
Check if Framework is initialized or not
| |
| IsLocalPasswordRequired |
Check for the LOCAL_PASSWORD field true/false in FrameworkSetting sent by server in activation setting.
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |