Class TypeFact
The type
fact.
Implements
Inherited Members
Namespace: FubarDev.FtpServer.ListFormatters.Facts
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class TypeFact : IFact
Constructors
| Improve this Doc View SourceTypeFact(IUnixFileSystemEntry)
Initializes a new instance of the TypeFact class.
Declaration
public TypeFact(IUnixFileSystemEntry entry)
Parameters
Type | Name | Description |
---|---|---|
IUnixFileSystemEntry | entry | The file system entry to get the |
TypeFact(String)
Initializes a new instance of the TypeFact class.
Declaration
protected TypeFact(string type)
Parameters
Type | Name | Description |
---|---|---|
String | type | The value of this fact (usually |
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
Value
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
String |