Search Results for

    Show / Hide Table of Contents

    Class PlugInInformation

    DTO for plugin information.

    Inheritance
    System.Object
    PlugInInformation
    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.WebAPI
    Assembly: Simplic.Framework.WebAPI.dll
    Syntax
    public class PlugInInformation

    Properties

    | Improve this Doc View Source

    ConfigValue

    Gets or sets the config value.

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

    Ident

    Gets or sets identifier.

    Declaration
    public int Ident { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    PlugInName

    Gets or sets the plugin name.

    Declaration
    public string PlugInName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx