C# Класс Dev2.Studio.Core.ResourceHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetContextualResourceModel() публичный статический Метод

public static GetContextualResourceModel ( object dataContext ) : IContextualResourceModel
dataContext object
Результат IContextualResourceModel

GetDisplayName() публичный статический Метод

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.
Результат string

GetIconPath() публичный статический Метод

public static GetIconPath ( IContextualResourceModel resource ) : string
resource IContextualResourceModel
Результат string