Show / Hide Table of Contents

Class SimplePluginConfigProperty

Inheritance
System.Object
SimplePluginConfigProperty
EditableObjectInCollectionPluginConfigProperty
EnumPluginConfigProperty
ListPluginConfigProperty
Implements
IPluginConfigProperty
Namespace: Eco.Core.Plugins
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 Description
System.Collections.Generic.Dictionary<System.String, IPluginConfigProperty>

Type

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

Implements

IPluginConfigProperty

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
☀
☾