Class StorageCopyOperationResult
Storage copy operation result.
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 StorageCopyOperationResult : StorageOperationResult
Constructors
| Improve this Doc View SourceStorageCopyOperationResult(Boolean, String)
Declaration
public StorageCopyOperationResult(bool succeed, string resultIdentifier)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | succeed | |
System.String | resultIdentifier |
Fields
| Improve this Doc View SourceResultIdentifier
The final result identifier of copy operation.
Declaration
public readonly string ResultIdentifier
Field Value
Type | Description |
---|---|
System.String |