Class StorageResult
Represents the result of a storage operation.
Inherited Members
Namespace: DataWeb.Storage
Assembly: DataWeb.Core.dll
Syntax
public class StorageResult
Properties
ErrorMessage
Gets or sets the error message associated with the storage operation, if any.
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
IsSuccess
Gets or sets a value indicating whether the storage operation was successful.
Declaration
public bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
bool |