Class PluginChangelog
  
Inheritance
PluginChangelog
 
Namespace: Ludiq
Syntax
public abstract class PluginChangelog : IPluginAddon, 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
date
Declaration
public abstract DateTime date { get; }
 
Property Value
description
Declaration
public virtual string description { get; }
 
Property Value
plugin
Declaration
public Plugin plugin { get; }
 
Property Value
Implements
version
Declaration
public abstract SemanticVersion version { get; }
 
Property Value
Methods
  
CompareTo(PluginChangelog)
Declaration
public int CompareTo(PluginChangelog other)
 
Parameters
Returns
Extension Methods