Ironman  1.0 Beta
Ironman.Models.Plugins.PluginFile Class Reference

Files included with a plugin More...

Public Member Functions

void Remove ()
 Removes this instance. More...
 

Properties

bool IsDirectory [get, set]
 Gets or sets a value indicating whether this instance is a directory. More...
 
int Order [get, set]
 Gets or sets the order. More...
 
string Path [get, set]
 Gets or sets the path. More...
 

Detailed Description

Files included with a plugin

Definition at line 33 of file PluginFile.cs.

Member Function Documentation

void Ironman.Models.Plugins.PluginFile.Remove ( )

Removes this instance.

Definition at line 56 of file PluginFile.cs.

Property Documentation

bool Ironman.Models.Plugins.PluginFile.IsDirectory
getset

Gets or sets a value indicating whether this instance is a directory.

true if this instance is a directory; otherwise, false.

Definition at line 39 of file PluginFile.cs.

int Ironman.Models.Plugins.PluginFile.Order
getset

Gets or sets the order.

The order.

Definition at line 45 of file PluginFile.cs.

string Ironman.Models.Plugins.PluginFile.Path
getset

Gets or sets the path.

The path.

Definition at line 51 of file PluginFile.cs.


The documentation for this class was generated from the following file: