Interface IResult
Namespace: p1eXu5.Result
Assembly: p1eXu5.Result.dll
Syntax
public interface IResult
Properties
| Improve this Doc View SourceFailed
Gets a value indicating whether the IResult is failed.
Declaration
bool Failed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Succeeded
Gets a value indicating whether the IResult is succeeded.
Declaration
bool Succeeded { get; }
Property Value
Type | Description |
---|---|
System.Boolean |