Search Results for

    Show / Hide Table of Contents

    Class ConfigurationValue

    ConfigurationValue

    Inheritance
    System.Object
    ConfigurationValue
    Namespace: Simplic.Configuration
    Assembly: Simplic.Configuration.dll
    Syntax
    public class ConfigurationValue : ICacheObject

    Constructors

    | Improve this Doc View Source

    ConfigurationValue(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 Source

    CacheKey

    Gets the key used as a unique identifier in the cache

    Declaration
    public string CacheKey { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ConfigName

    Gets the configuration name

    Declaration
    public string ConfigName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Value

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object

    Methods

    | Improve this Doc View Source

    GetKeyName(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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx