Show / Hide Table of Contents

    Class ModifyFact

    The modify fact.

    Inheritance
    Object
    ModifyFact
    Implements
    IFact
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.ListFormatters.Facts
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public class ModifyFact : IFact

    Constructors

    | Improve this Doc View Source

    ModifyFact(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 Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Timestamp

    Gets the modification time stamp.

    Declaration
    public DateTimeOffset Timestamp { get; }
    Property Value
    Type Description
    DateTimeOffset
    | Improve this Doc View Source

    Value

    Declaration
    public string Value { get; }
    Property Value
    Type Description
    String

    Implements

    IFact
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.