Show / Hide Table of Contents

Interface IPluginConfigProperty

Namespace: Eco.Core.Plugins
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 Description
System.Collections.Generic.Dictionary<System.String, IPluginConfigProperty>

Type

Declaration
string Type { get; set; }
Property Value
Type Description
System.String

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾