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

Contains helpers for the treeview nodes
Mostrar archivo Open project: Warewolf-ESB/Warewolf

Public Methods

Method 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 method

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

GetImage() public static method

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