Interface IEditablePluginData
Inherited Members
Namespace: Eco.Core.Plugins
Assembly: Eco.Core.dll
Syntax
public interface IEditablePluginData : ISimplePluginData, IStorage, ISerializable
Properties
EditObject
Declaration
object EditObject { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
OnEditObjectChanged(Object, String)
Declaration
void OnEditObjectChanged(object o, string param)
Parameters
Type | Name | Description |
---|---|---|
System.Object | o | |
System.String | param |