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

The type fact
Inheritance: IFact
Afficher le fichier Open project: FubarDevelopment/FtpServer Class Usage Examples

Méthodes publiques

Méthode Description
TypeFact ( IUnixFileSystemEntry entry ) : FubarDev.FtpServer.FileSystem

Initializes a new instance of the TypeFact class.

Méthodes protégées

Méthode Description
TypeFact ( string type ) : FubarDev.FtpServer.FileSystem

Initializes a new instance of the TypeFact class.

Method Details

TypeFact() public méthode

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
Résultat FubarDev.FtpServer.FileSystem

TypeFact() protected méthode

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)
Résultat FubarDev.FtpServer.FileSystem