Method | Description | |
---|---|---|
ActionResponse ( Operation operaton, bool successful = true ) : System | ||
ActionResponse ( dynamic progress, bool successful = true ) : System | ||
ActionResponse ( string message, bool successful = true ) : System |
public ActionResponse ( Operation operaton, bool successful = true ) : System | ||
operaton | Operation | |
successful | bool | |
return | System |
public ActionResponse ( dynamic progress, bool successful = true ) : System | ||
progress | dynamic | |
successful | bool | |
return | System |
public ActionResponse ( string message, bool successful = true ) : System | ||
message | string | |
successful | bool | |
return | System |