Method | Description | |
---|---|---|
Result ( bool result, string message ) : System | ||
Result ( bool result, string message, Object payload ) : System |
public Result ( bool result, string message ) : System | ||
result | bool | |
message | string | |
return | System |
public Result ( bool result, string message, Object payload ) : System | ||
result | bool | |
message | string | |
payload | Object | |
return | System |