C# Class ArcGISPortalViewer.Model.TileService

Afficher le fichier Open project: Esri/arcgis-portalviewer-dotnet

Méthodes publiques

Méthode Description
ClearTileNotification ( ) : void
CreateSecondaryTile ( string title, string id, Uri image, Rect TileProptRect, string navigateUri ) : void
CreateSecondaryTileFromWebImage ( string title, string id, Uri image, Rect TileProptRect, string navigateUri ) : System.Threading.Tasks.Task
SendSmallTileTextNotification ( string text, string imageUri = "Assets/WideLogo.jpg" ) : void
SendTileTextNotification ( string text ) : void
SendWideTileTextNotification ( string text, string imageUri = "Assets/WideLogo.jpg" ) : void

Private Methods

Méthode Description
DarkenImageBottom ( string filename, string outfilename ) : System.Threading.Tasks.Task

Generates a darker bottom on an image

Method Details

ClearTileNotification() public static méthode

public static ClearTileNotification ( ) : void
Résultat void

CreateSecondaryTile() public static méthode

public static CreateSecondaryTile ( string title, string id, Uri image, Rect TileProptRect, string navigateUri ) : void
title string
id string
image Uri
TileProptRect Windows.Foundation.Rect
navigateUri string
Résultat void

CreateSecondaryTileFromWebImage() public static méthode

public static CreateSecondaryTileFromWebImage ( string title, string id, Uri image, Rect TileProptRect, string navigateUri ) : System.Threading.Tasks.Task
title string
id string
image Uri
TileProptRect Windows.Foundation.Rect
navigateUri string
Résultat System.Threading.Tasks.Task

SendSmallTileTextNotification() public static méthode

public static SendSmallTileTextNotification ( string text, string imageUri = "Assets/WideLogo.jpg" ) : void
text string
imageUri string
Résultat void

SendTileTextNotification() public static méthode

public static SendTileTextNotification ( string text ) : void
text string
Résultat void

SendWideTileTextNotification() public static méthode

public static SendWideTileTextNotification ( string text, string imageUri = "Assets/WideLogo.jpg" ) : void
text string
imageUri string
Résultat void