C# 클래스 GitHub.App.Factories.UIFactory

상속: IUIFactory
파일 보기 프로젝트 열기: github/VisualStudio

공개 메소드들

메소드 설명
CreateViewAndViewModel ( UIViewType viewType ) : IUIPair

Creates View/ViewModel instances for the specified viewType if they haven't been created yet in the current flow

Dispose ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
UIFactory ( IExportFactoryProvider factory ) : GitHub.Exports

메소드 상세

CreateViewAndViewModel() 공개 메소드

Creates View/ViewModel instances for the specified viewType if they haven't been created yet in the current flow
public CreateViewAndViewModel ( UIViewType viewType ) : IUIPair
viewType UIViewType
리턴 IUIPair

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void