Search Results for

    Show / Hide Table of Contents

    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 Source

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

    ConfigName

    Gets the configuration name

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

    Key

    Eindeutiger Schlüssel

    Declaration
    public string Key { 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

    OnRemove()

    Declaration
    public void OnRemove()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx