C# Class ArcGISPortalViewer.ViewModel.ViewModelLocator

This class contains static references to all the view models in the application and provides an entry point for the bindings.

See http://www.galasoft.ch/mvvm

Datei anzeigen Open project: Esri/arcgis-portalviewer-dotnet

Private Properties

Property Type Description
ViewModelLocator ArcGISPortalViewer.Helpers

Public Methods

Method Description
Cleanup ( ) : void

Cleans up all the resources.

Private Methods

Method Description
ViewModelLocator ( ) : ArcGISPortalViewer.Helpers

Method Details

Cleanup() public static method

Cleans up all the resources.
public static Cleanup ( ) : void
return void