Show / Hide Table of Contents

    Class StorageClearOperationResult

    Storage clear operation result.

    Inheritance
    System.Object
    StorageOperationResult
    StorageClearOperationResult
    Inherited Members
    StorageOperationResult.Succeed
    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 StorageClearOperationResult : StorageOperationResult

    Constructors

    | Improve this Doc View Source

    StorageClearOperationResult(Boolean, String[])

    Declaration
    public StorageClearOperationResult(bool succeed, string[] deletedItems)
    Parameters
    Type Name Description
    System.Boolean succeed
    System.String[] deletedItems

    Fields

    | Improve this Doc View Source

    DeletedItems

    The deleted storage items.

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