Show / Hide Table of Contents

Interface ISimplePluginData

Inherited Members
IStorage.StorageHandle
Namespace: Eco.Core.Plugins
Assembly: Eco.Core.dll
Syntax
public interface ISimplePluginData : IStorage, ISerializable

Methods

GetCategory()

Declaration
string GetCategory()
Returns
Type Description
System.String

GetDisplayText()

Declaration
string GetDisplayText()
Returns
Type Description
System.String

GetStatus()

Declaration
string GetStatus()
Returns
Type Description
System.String

OnCreate()

Declaration
virtual void OnCreate()

OnLoaded()

Declaration
virtual void OnLoaded()

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
StorageExtensions.Modify<T>(T, Action<T>)
StorageExtensions.Modify<T, TResult>(T, Func<T, TResult>)
StorageExtensions.SaveAll(IStorage)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾