Show / Hide Table of Contents

    Class StorageCopyOperationResult

    Storage copy operation result.

    Inheritance
    System.Object
    StorageOperationResult
    StorageCopyOperationResult
    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 StorageCopyOperationResult : StorageOperationResult

    Constructors

    | Improve this Doc View Source

    StorageCopyOperationResult(Boolean, String)

    Declaration
    public StorageCopyOperationResult(bool succeed, string resultIdentifier)
    Parameters
    Type Name Description
    System.Boolean succeed
    System.String resultIdentifier

    Fields

    | Improve this Doc View Source

    ResultIdentifier

    The final result identifier of copy operation.

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