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