C# Class Dev2.Studio.Core.ResourceHelper

Mostrar archivo Open project: Warewolf-ESB/Warewolf

Public Methods

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

public static GetContextualResourceModel ( object dataContext ) : IContextualResourceModel
dataContext object
return IContextualResourceModel

GetDisplayName() public static method

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.
return string

GetIconPath() public static method

public static GetIconPath ( IContextualResourceModel resource ) : string
resource IContextualResourceModel
return string