Class FrameworkSettings
Execute frameworksettings, for example passed over application arguments from simplic studio.exe or applicationserver.exe
Inheritance
System.Object
FrameworkSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework
Assembly: Simplic.Framework.dll
Syntax
public class FrameworkSettings
Methods
| Improve this Doc View SourceExecute(IDictionary<String, String>)
Execute framework-settings
Declaration
public static void Execute(IDictionary<string, string> settings)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | settings | Instance of a dictionary, containting a string as key and string as it values |