Class SimplePluginConfigProperty
Inheritance
System.Object
SimplePluginConfigProperty
Assembly: Eco.Core.dll
Syntax
public class SimplePluginConfigProperty : Object, IPluginConfigProperty
Constructors
SimplePluginConfigProperty(Type, String)
Declaration
public SimplePluginConfigProperty(Type type, string kind = "simple")
Parameters
Type |
Name |
Description |
System.Type |
type |
|
System.String |
kind |
|
Properties
Category
Declaration
public string Category { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Editor
Declaration
public string Editor { get; set; }
Property Value
Type |
Description |
System.String |
|
Kind
Declaration
public string Kind { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Properties
Declaration
public Dictionary<string, IPluginConfigProperty> Properties { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
Extension Methods