Class BaseResponse
Base class for every response to a command request. An instance of this is returned when a regular Command has finished.
public class BaseResponse
- Inheritance
-
BaseResponse
- Derived
-
Response<T>
- Inherited Members
Constructors
BaseResponse()
public BaseResponse()
Properties
Success
Indicates if the command could complete without a runtime error
[JsonPropertyOrder(-1)]
public bool Success { get; set; }