C# 클래스 Dev2.Studio.Core.ViewModels.Base.SimpleBaseViewModel

상속: Caliburn.Micro.Screen, IDisposable
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
RequestClose ( ) : void

Requests tha the view bound to this view model closes

RequestClose ( ViewModelDialogResults dialogResult ) : void

Requests tha the view bound to this view model closes

보호된 메소드들

메소드 설명
OnDispose ( ) : void

Child classes can override this method to perform clean-up logic, such as removing event handlers.

OnPropertyChanged ( string propertyName ) : void

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnDispose() 보호된 메소드

Child classes can override this method to perform clean-up logic, such as removing event handlers.
protected OnDispose ( ) : void
리턴 void

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

RequestClose() 공개 메소드

Requests tha the view bound to this view model closes
public RequestClose ( ) : void
리턴 void

RequestClose() 공개 메소드

Requests tha the view bound to this view model closes
public RequestClose ( ViewModelDialogResults dialogResult ) : void
dialogResult ViewModelDialogResults
리턴 void