Show / Hide Table of Contents

    Class StorageBackup

    Storage item backup information.

    Inheritance
    System.Object
    StorageBackup
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Bayat.SaveSystem.Storage
    Assembly: Bayat.SaveSystem.Runtime.dll
    Syntax
    public class StorageBackup

    Constructors

    | Improve this Doc View Source

    StorageBackup(String, DateTime)

    Declaration
    public StorageBackup(string identifier, DateTime backupTimeUtc)
    Parameters
    Type Name Description
    System.String identifier
    System.DateTime backupTimeUtc

    Fields

    | Improve this Doc View Source

    BackupTimeUtc

    Declaration
    [JsonProperty]
    public readonly DateTime BackupTimeUtc
    Field Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Identifier

    Declaration
    [JsonProperty]
    public readonly string Identifier
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    • 0 Comments