Class ModifyFact
The modify fact.
Implements
Inherited Members
Namespace: FubarDev.FtpServer.ListFormatters.Facts
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class ModifyFact : IFact
  Constructors
| Improve this Doc View SourceModifyFact(DateTimeOffset)
Initializes a new instance of the ModifyFact class.
Declaration
public ModifyFact(DateTimeOffset timestamp)
  Parameters
| Type | Name | Description | 
|---|---|---|
| DateTimeOffset | timestamp | The modification time stamp.  | 
      
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| String | 
Timestamp
Gets the modification time stamp.
Declaration
public DateTimeOffset Timestamp { get; }
  Property Value
| Type | Description | 
|---|---|
| DateTimeOffset | 
Value
Declaration
public string Value { get; }
  Property Value
| Type | Description | 
|---|---|
| String |