Class OldCodeBehindImporter
Import ui code behind for UI v1 and v2
Inheritance
System.Object
OldCodeBehindImporter
Namespace: Simplic.Framework.Core
Assembly: Simplic.Framework.Base.dll
Syntax
public class OldCodeBehindImporter : IDlrImportResolver
Methods
| Improve this Doc View SourceGetModuleInformation(String)
Check module info and whether the module exists
Declaration
public ResolvedType GetModuleInformation(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Returns
Type | Description |
---|---|
ResolvedType |
GetScriptSource(String)
Get module code.
Declaration
public string GetScriptSource(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Returns
Type | Description |
---|---|
System.String |