Class PluginChangelog
Inheritance
object
PluginChangelog
Assembly: solution.dll
Syntax
public abstract class PluginChangelog : IPluginLinked, IComparable<PluginChangelog>
Constructors
PluginChangelog(Plugin)
Declaration
protected PluginChangelog(Plugin plugin)
Parameters
| Type |
Name |
Description |
| Plugin |
plugin |
|
Properties
changes
Declaration
public abstract IEnumerable<string> changes { get; }
Property Value
| Type |
Description |
| IEnumerable<string> |
|
date
Declaration
public abstract DateTime date { get; }
Property Value
| Type |
Description |
| DateTime |
|
description
Declaration
public virtual string description { get; }
Property Value
plugin
Declaration
public Plugin plugin { get; }
Property Value
version
Declaration
public abstract SemanticVersion version { get; }
Property Value
Methods
CompareTo(PluginChangelog)
Declaration
public int CompareTo(PluginChangelog other)
Parameters
Returns
Implements
IComparable<>
Extension Methods