Search Results for

    Show / Hide Table of Contents

    Class PlugInInformationCollection

    The DTO Collection for the plugin information.

    Inheritance
    System.Object
    PlugInInformationCollection
    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 PlugInInformationCollection

    Properties

    | Improve this Doc View Source

    Plugins

    List of plugin informations.

    Declaration
    public IList<PlugInInformation> Plugins { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<PlugInInformation>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx