Interface IMvcLifecycleComponent
Assembly: Onbox.Mvc.Abstractions.dll
Syntax
public interface IMvcLifecycleComponent
Properties
|
Improve this Doc
View Source
CanRetryOnError
Declaration
bool CanRetryOnError { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CanRetryOnWarning
Declaration
bool CanRetryOnWarning { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Error
Declaration
string Error { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsLoading
Declaration
bool IsLoading { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Message
Declaration
string Message { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Warning
Declaration
string Warning { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
OnDestroy()
Declaration
|
Improve this Doc
View Source
OnErrorRetry()
Declaration
|
Improve this Doc
View Source
OnInit()
Declaration
|
Improve this Doc
View Source
OnInitAsync()
Declaration
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
|
Improve this Doc
View Source
OnWarningRetry()
Declaration