Navigation :
ViewModelServiceHelper
Name |
Value |
Assembly |
Catel.MVVM |
Namespace |
Catel.MVVM |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Xamarin - Android, Xamarin - iOS |
public static class ViewModelServiceHelper
Helper class that registers all default services to a IServiceLocator.
Fields
Methods
RegisterDefaultViewModelServices(IServiceLocator serviceLocator)
Registers the default view model services.
Parameters
Name |
Description |
serviceLocator |
The service locator to add the services to. |
Exceptions
Name |
Description |
ArgumentNullException |
The serviceLocator isnull . |
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion