C# 클래스 Dev2.Studio.Core.ResourceHelper

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
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