Method | Description | |
---|---|---|
FactsListFormatter ( FubarDev.FtpServer.AccountManagement.FtpUser user, DirectoryListingEnumerator enumerator, ISet |
Initializes a new instance of the FactsListFormatter class.
|
|
Format ( IUnixFileSystemEntry entry, string name ) : string |
Method | Description | |
---|---|---|
BuildFacts ( [ directoryEntry, [ entry ) : IReadOnlyList |
||
BuildFacts ( [ parentEntry, [ currentEntry, |
||
BuildLine ( [ |
||
FormatParentDirectoryEntry ( ) : string | ||
FormatThisDirectoryEntry ( ) : string |
public FactsListFormatter ( FubarDev.FtpServer.AccountManagement.FtpUser user, DirectoryListingEnumerator enumerator, ISet |
||
user | FubarDev.FtpServer.AccountManagement.FtpUser | The user to create this formatter for |
enumerator | DirectoryListingEnumerator | The enumerator for the directory listing to format |
activeFacts | ISet |
The active facts to return for the entries |
absoluteName | bool | Returns an absolute entry name |
return | System |
public Format ( IUnixFileSystemEntry entry, string name ) : string | ||
entry | IUnixFileSystemEntry | |
name | string | |
return | string |