Class ConfigurationValue
Konfigurationswert
Inheritance
System.Object
ConfigurationValue
Namespace: Simplic.Framework.Base
Assembly: Simplic.Framework.Base.dll
Syntax
public class ConfigurationValue : ICacheable
Constructors
| Improve this Doc View SourceConfigurationValue(String, String, String, Object)
Neues Configuration-Wert erstellen
Declaration
public ConfigurationValue(string ConfigName, string PlugInName, string UserName, object Value)
Parameters
Type | Name | Description |
---|---|---|
System.String | ConfigName | Name der Einstellung |
System.String | PlugInName | PlugIn-Name |
System.String | UserName | UserName |
System.Object | Value | Wert |
Properties
| Improve this Doc View SourceConfigName
Gets the configuration name
Declaration
public string ConfigName { get; }
Property Value
Type | Description |
---|---|
System.String |
Key
Eindeutiger Schlüssel
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceOnRemove()
Declaration
public void OnRemove()