C# Class Dev2.Studio.ViewModels.Navigation.TreeViewModelHelper

Contains helpers for the treeview nodes
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
GetCategoryDisplayName ( string categoryName ) : string

Gets the display name of the category, returns Unassigned if empty.

GetImage ( string uri ) : BitmapImage

Gets an image from a uri

Method Details

GetCategoryDisplayName() public static méthode

Gets the display name of the category, returns Unassigned if empty.
public static GetCategoryDisplayName ( string categoryName ) : string
categoryName string Name of the category.
Résultat string

GetImage() public static méthode

Gets an image from a uri
public static GetImage ( string uri ) : BitmapImage
uri string The URI.
Résultat System.Windows.Media.Imaging.BitmapImage