Interface IPluginConfigProperty
Assembly: Eco.Core.dll
Syntax
public interface IPluginConfigProperty
Properties
Category
Declaration
string Category { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayName
Declaration
string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Editor
Declaration
string Editor { get; set; }
Property Value
Type |
Description |
System.String |
|
Kind
Declaration
string Kind { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Properties
Declaration
Dictionary<string, IPluginConfigProperty> Properties { get; set; }
Property Value
Type
Declaration
string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods