C# 클래스 FubarDev.FtpServer.ListFormatters.Facts.TypeFact

The type fact
상속: IFact
파일 보기 프로젝트 열기: FubarDevelopment/FtpServer 1 사용 예제들

공개 메소드들

메소드 설명
TypeFact ( IUnixFileSystemEntry entry ) : FubarDev.FtpServer.FileSystem

Initializes a new instance of the TypeFact class.

보호된 메소드들

메소드 설명
TypeFact ( string type ) : FubarDev.FtpServer.FileSystem

Initializes a new instance of the TypeFact class.

메소드 상세

TypeFact() 공개 메소드

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
리턴 FubarDev.FtpServer.FileSystem

TypeFact() 보호된 메소드

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)
리턴 FubarDev.FtpServer.FileSystem