Class ConfigurationValue
ConfigurationValue
Inheritance
System.Object
ConfigurationValue
Namespace: Simplic.Configuration
Assembly: Simplic.Configuration.dll
Syntax
public class ConfigurationValue : ICacheObject
Constructors
| Improve this Doc View SourceConfigurationValue(String, String, String, String)
Constructor to create a new configuration value
Declaration
public ConfigurationValue(string configName, string pluginName, string userName, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | configName | Configuration name |
System.String | pluginName | Plugin name |
System.String | userName | User name |
System.String | value | Configuration value |
Properties
| Improve this Doc View SourceCacheKey
Gets the key used as a unique identifier in the cache
Declaration
public string CacheKey { get; }
Property Value
Type | Description |
---|---|
System.String |
ConfigName
Gets the configuration name
Declaration
public string ConfigName { 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 SourceGetKeyName(String, String, String)
Generiert den eindeutigen Key eines ConvifurationValue - ICacheable
Declaration
public static string GetKeyName(string configurationName, string plugInName, string userName)
Parameters
Type | Name | Description |
---|---|---|
System.String | configurationName | |
System.String | plugInName | Plugin name |
System.String | userName | User name |
Returns
Type | Description |
---|---|
System.String | Key name |