Class GenericFact
A generic fact to be used when no predefined exists.
Implements
Inherited Members
Namespace: FubarDev.FtpServer.ListFormatters.Facts
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class GenericFact : IFact
  Constructors
| Improve this Doc View SourceGenericFact(String, String)
Initializes a new instance of the GenericFact class.
Declaration
public GenericFact(string name, string value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| String | name | The fact name.  | 
      
| String | value | The fact value.  | 
      
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 |