logo
NoteFly.DownloadDetailsPlugin Class Reference

More...

Public Member Functions

 DownloadDetailsPlugin ()
  More...
 
bool IsInstalledPlugin ()
 Get if this a plugin that is installed. More...
 
bool IsNewerVersion ()
 Get if this plugindetails is of newer version than installed. More...
 

Properties

string Name [get, set]
 Get the name of the plugin. More...
 
string Version [get, set]
 Get the version of this plugin as string. More...
 
string DownloadUrl [get, set]
 Get the url where to download this plugin. More...
 
string LicenseType [get, set]
 Get the license type. More...
 
string Description [get, set]
 Get the description More...
 
string Signature [get, set]
 Get the signature. More...
 

Private Attributes

string name
 The name of the plugin More...
 
string version
 The version of the plugin. More...
 
string downloadurl
 The download url of the plugin to download More...
 
string licensetype
 The kind of license this plugin is under released. More...
 
string description
 The description of the plugin. More...
 
string signature
 The sidnature of the plugin. More...
 

Detailed Description

Constructor & Destructor Documentation

NoteFly.DownloadDetailsPlugin.DownloadDetailsPlugin ( )
Parameters
name

Member Function Documentation

bool NoteFly.DownloadDetailsPlugin.IsInstalledPlugin ( )
Returns
True if a plugin with this name is installed.
bool NoteFly.DownloadDetailsPlugin.IsNewerVersion ( )
Returns
True if newer DownloadDetailsPlugin version is newer than installed.

Member Data Documentation

string NoteFly.DownloadDetailsPlugin.description
private
string NoteFly.DownloadDetailsPlugin.downloadurl
private
string NoteFly.DownloadDetailsPlugin.licensetype
private
string NoteFly.DownloadDetailsPlugin.name
private
string NoteFly.DownloadDetailsPlugin.signature
private
string NoteFly.DownloadDetailsPlugin.version
private

Property Documentation

string NoteFly.DownloadDetailsPlugin.Description
getset
string NoteFly.DownloadDetailsPlugin.DownloadUrl
getset
string NoteFly.DownloadDetailsPlugin.LicenseType
getset
string NoteFly.DownloadDetailsPlugin.Name
getset
string NoteFly.DownloadDetailsPlugin.Signature
getset
string NoteFly.DownloadDetailsPlugin.Version
getset