Interface IResult
Namespace: Code.Library
Assembly: Code.Library.dll
Syntax
public interface IResult
Properties
| Improve this Doc View SourceIsFailure
Declaration
bool IsFailure { get; }
Property Value
Type | Description |
---|---|
bool |
IsSuccess
Declaration
bool IsSuccess { get; }
Property Value
Type | Description |
---|---|
bool |