Class PluginDeprecatedSavedVersionLoader
Inheritance
PluginDeprecatedSavedVersionLoader
Syntax
public abstract class PluginDeprecatedSavedVersionLoader : IPluginLinked, IComparable<PluginDeprecatedSavedVersionLoader>
Constructors
PluginDeprecatedSavedVersionLoader(Plugin)
Declaration
protected PluginDeprecatedSavedVersionLoader(Plugin plugin)
Parameters
Type |
Name |
Description |
Plugin |
plugin |
|
Properties
from
Declaration
public abstract SemanticVersion from { get; }
Property Value
plugin
Declaration
public Plugin plugin { get; }
Property Value
Implements
Methods
CompareTo(PluginDeprecatedSavedVersionLoader)
Declaration
public int CompareTo(PluginDeprecatedSavedVersionLoader other)
Parameters
Returns
Run(out SemanticVersion)
Declaration
public abstract bool Run(out SemanticVersion savedVersion)
Parameters
Returns
Extension Methods