C# Class Ironman.Models.Plugins.Plugin

Mostra file Open project: JaCraig/Craig-s-Utility-Library Class Usage Examples

Public Methods

Method Description
Delete ( ) : void

Deletes this instance and removes the files associated with it.

Initialize ( ) : void

Initializes this instance.

Plugin ( ) : System

Constructor

Plugin ( IPackage Package ) : System

Initializes a new instance of the Plugin class.

Save ( ) : void

Saves this instance and copies the files associated with it.

Private Methods

Method Description
CopyTo ( DirectoryInfo Directory1, DirectoryInfo Directory2 ) : void

Copies the directory to the specified parent directory

Delete ( DirectoryInfo Directory ) : void

Deletes the specified directory.

Method Details

Delete() public method

Deletes this instance and removes the files associated with it.
public Delete ( ) : void
return void

Initialize() public method

Initializes this instance.
public Initialize ( ) : void
return void

Plugin() public method

Constructor
public Plugin ( ) : System
return System

Plugin() public method

Initializes a new instance of the Plugin class.
public Plugin ( IPackage Package ) : System
Package IPackage The package.
return System

Save() public method

Saves this instance and copies the files associated with it.
public Save ( ) : void
return void