FileSurfer 1.1.4
Modern Windows File Explorer
Loading...
Searching...
No Matches
FileSurfer.Models.IResult Interface Reference

Represents the result of an operation, indicating success or failure, along with error messages. More...

Inheritance diagram for FileSurfer.Models.IResult:

Properties

bool IsOk [get]
 Value indicating whether the operation was successful.
IEnumerable< string > Errors [get]
 Collection of error messages describing why the operation failed.

Detailed Description

Represents the result of an operation, indicating success or failure, along with error messages.

Property Documentation

◆ Errors

IEnumerable<string> FileSurfer.Models.IResult.Errors
get

Collection of error messages describing why the operation failed.

Empty if the operation succeeded.

Implemented in FileSurfer.Models.Result, and FileSurfer.Models.SimpleResult.

◆ IsOk

bool FileSurfer.Models.IResult.IsOk
get

Value indicating whether the operation was successful.

Implemented in FileSurfer.Models.Result, and FileSurfer.Models.SimpleResult.


The documentation for this interface was generated from the following file:
  • D:/PROJECTS/FileSurfer/src/FileSurfer/Models/IResult.cs