Search Results for

    Show / Hide Table of Contents

    Class OpenPluginInfo

    An attribute containing information about a plugin. It can be applied on any classes implementing the OpenPlugin OpenPlugin class.

    Inheritance
    System.Object
    OpenPluginInfo
    Namespace: OpenAPI.Plugins
    Assembly: OpenAPI.dll
    Syntax
    public sealed class OpenPluginInfo : Attribute

    Properties

    | Improve this Doc View Source

    Author

    Uniqely identifies who developed this plugin TruDan TruDan <trudan@example.com>

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

    Authors

    Allows you to list multiple authors, if it is a collaborative project. Author

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

    Description

    A human friendly description of the functionality this plugin provides This plugin is so 1337. You can set yourself on fire.

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

    Name

    The name of the plugin MyPlugin

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

    Version

    The version of the plugin 1.4.1

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

    Website

    The plugin's or author's website. example.com/MyAwesomePlugin

    Declaration
    public string Website { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX