Interface ISingleRouteParam<TSelf>
Represents a type that can be used as a single view model route parameter. Implement this interface (instead of IParsable<TSelf>) on wrapper types that should be usable only as a VM-level single parameter and not as a property in an IRouteParamsModel<TSelf>.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public interface ISingleRouteParam<TSelf> where TSelf : ISingleRouteParam<TSelf>
Type Parameters
| Name | Description |
|---|---|
| TSelf | The implementing type. |
Methods
| Name | Description |
|---|---|
| TryParse(string, out TSelf) | Attempts to parse the specified string into an instance of |