C# Class Dev2.Studio.Core.ResourceHelper

Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
GetContextualResourceModel ( object dataContext ) : IContextualResourceModel
GetDisplayName ( IContextualResourceModel resourceModel ) : string

Gets the display name associated with a specific resource and environment - used for tab headers

GetIconPath ( IContextualResourceModel resource ) : string

Method Details

GetContextualResourceModel() public static méthode

public static GetContextualResourceModel ( object dataContext ) : IContextualResourceModel
dataContext object
Résultat IContextualResourceModel

GetDisplayName() public static méthode

Gets the display name associated with a specific resource and environment - used for tab headers
public static GetDisplayName ( IContextualResourceModel resourceModel ) : string
resourceModel IContextualResourceModel The resource model.
Résultat string

GetIconPath() public static méthode

public static GetIconPath ( IContextualResourceModel resource ) : string
resource IContextualResourceModel
Résultat string