Interface IEditablePlugin
Namespace: Eco.Core.Plugins.Interfaces
Assembly: Eco.Core.dll
Syntax
public interface IEditablePlugin : IGUIPlugin, IServerPlugin
Properties
ParamChanged
Declaration
ThreadSafeAction<object, string> ParamChanged { get; set; }
Property Value
Type | Description |
---|---|
ThreadSafeAction<System.Object, System.String> |
Methods
GetEditObject()
Declaration
object GetEditObject()
Returns
Type | Description |
---|---|
System.Object |
OnEditObjectChanged(Object, String)
Declaration
void OnEditObjectChanged(object o, string param)
Parameters
Type | Name | Description |
---|---|---|
System.Object | o | |
System.String | param |