C# Class ArcGISPortalViewer.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: Windows.UI.Xaml.Application
Afficher le fichier Open project: Esri/arcgis-portalviewer-dotnet

Méthodes publiques

Свойство Type Description
BlankPageName string
CollectionPageName string
GroupPageName string
ItemPageName string
MainPageName string
MapPageName string
NetworkConnectivityPageName string
SearchPageName string

Private Properties

Свойство Type Description
App_CommandsRequested void
LaunchMapByID void
OnSuspending void

Méthodes publiques

Méthode Description
App ( ) : System

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().

IsItemInFavorites ( Esri portalItem ) : bool
ShowExceptionDialog ( Exception ex, string messageTitle = "Exception", [ memberName = "" ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
OnLaunched ( LaunchActivatedEventArgs args ) : void

Invoked when the application is launched normally by the end user. Other entry points will be used when the application is launched to open a specific file, to display search results, and so forth.

Private Methods

Méthode Description
App_CommandsRequested ( SettingsPane sender, SettingsPaneCommandsRequestedEventArgs args ) : void
LaunchMapByID ( Uri uri ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void

Invoked when application execution is being suspended. Application state is saved without knowing whether the application will be terminated or resumed with the contents of memory still intact.

Method Details

App() public méthode

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().
public App ( ) : System
Résultat System

IsItemInFavorites() public static méthode

public static IsItemInFavorites ( Esri portalItem ) : bool
portalItem Esri
Résultat bool

OnLaunched() protected méthode

Invoked when the application is launched normally by the end user. Other entry points will be used when the application is launched to open a specific file, to display search results, and so forth.
protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs Details about the launch request and process.
Résultat void

ShowExceptionDialog() public static méthode

public static ShowExceptionDialog ( Exception ex, string messageTitle = "Exception", [ memberName = "" ) : System.Threading.Tasks.Task
ex System.Exception
messageTitle string
memberName [
Résultat System.Threading.Tasks.Task

Property Details

BlankPageName public_oe static_oe property

public static string BlankPageName
Résultat string

CollectionPageName public_oe static_oe property

public static string CollectionPageName
Résultat string

GroupPageName public_oe static_oe property

public static string GroupPageName
Résultat string

ItemPageName public_oe static_oe property

public static string ItemPageName
Résultat string

MainPageName public_oe static_oe property

public static string MainPageName
Résultat string

MapPageName public_oe static_oe property

public static string MapPageName
Résultat string

NetworkConnectivityPageName public_oe static_oe property

public static string NetworkConnectivityPageName
Résultat string

SearchPageName public_oe static_oe property

public static string SearchPageName
Résultat string