Search Results for

    Show / Hide Table of Contents

    Class FileHashes

    A snapshot of file hashes for a folder tree, with the UTC timestamp at which it was generated.

    Inheritance
    object
    FileHashes
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class FileHashes

    Constructors

    View Source

    FileHashes()

    Declaration
    public FileHashes()

    Fields

    View Source

    DateTimeCreatedUtc

    Declaration
    public DateTime DateTimeCreatedUtc
    Field Value
    Type Description
    DateTime
    View Source

    Hashes

    Declaration
    public List<FileHash> Hashes
    Field Value
    Type Description
    List<FileHash>
    • View Source
    In this article
    Back to top Generated by DocFX