C# 클래스 Dev2.Studio.Core.AppResources.Browsers.Browser

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

공개 메소드들

메소드 설명
FormatUrl ( string uriString, string args ) : string
Initialize ( this browser, string homeUrl = null, IPropertyEditorWizard propertyEditorViewModel = null ) : void
LoadSafe ( this browser, string url ) : void
Shutdown ( ) : void
Startup ( ) : void

비공개 메소드들

메소드 설명
FormatUrl ( string uriString, System.Guid dataListID ) : string

메소드 상세

FormatUrl() 공개 정적인 메소드

public static FormatUrl ( string uriString, string args ) : string
uriString string
args string
리턴 string

Initialize() 공개 정적인 메소드

public static Initialize ( this browser, string homeUrl = null, IPropertyEditorWizard propertyEditorViewModel = null ) : void
browser this
homeUrl string
propertyEditorViewModel IPropertyEditorWizard
리턴 void

LoadSafe() 공개 정적인 메소드

public static LoadSafe ( this browser, string url ) : void
browser this
url string
리턴 void

Shutdown() 공개 정적인 메소드

public static Shutdown ( ) : void
리턴 void

Startup() 공개 정적인 메소드

public static Startup ( ) : void
리턴 void