C# Class FubarDev.FtpServer.ListFormatters.Facts.TypeFact

The type fact
Inheritance: IFact
Datei anzeigen Open project: FubarDevelopment/FtpServer Class Usage Examples

Public Methods

Method Description
TypeFact ( IUnixFileSystemEntry entry ) : FubarDev.FtpServer.FileSystem

Initializes a new instance of the TypeFact class.

Protected Methods

Method Description
TypeFact ( string type ) : FubarDev.FtpServer.FileSystem

Initializes a new instance of the TypeFact class.

Method Details

TypeFact() public method

Initializes a new instance of the TypeFact class.
public TypeFact ( IUnixFileSystemEntry entry ) : FubarDev.FtpServer.FileSystem
entry IUnixFileSystemEntry The file system entry to get the type fact for
return FubarDev.FtpServer.FileSystem

TypeFact() protected method

Initializes a new instance of the TypeFact class.
protected TypeFact ( string type ) : FubarDev.FtpServer.FileSystem
type string The value of this fact (usually file or dir)
return FubarDev.FtpServer.FileSystem