C# 클래스 Open.Core.UI.Controls.AcceptCancelPresenterViewModel

The basic implementation of a view-model for a AcceptCancel presenter. Override and extend this class to control the 'AcceptCancelPresenter'.
상속: ViewModelBase, IAcceptCancelPresenter
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 메소드들

메소드 설명
Reset ( ) : void

Resets the OK/Cancel labels to their default values and ensure both button are visible.

보호된 메소드들

메소드 설명
AcceptCancelPresenterViewModel ( ) : System

Constructor.

OnAcceptClick ( ) : void

Invoked when the 'Accept' button is clicked.

OnCancelClick ( ) : void

Invoked when the 'Cancel' button is clicked.

비공개 메소드들

메소드 설명
FireAcceptClick ( ) : void
FireCancelClick ( ) : void

메소드 상세

AcceptCancelPresenterViewModel() 보호된 메소드

Constructor.
protected AcceptCancelPresenterViewModel ( ) : System
리턴 System

OnAcceptClick() 보호된 메소드

Invoked when the 'Accept' button is clicked.
protected OnAcceptClick ( ) : void
리턴 void

OnCancelClick() 보호된 메소드

Invoked when the 'Cancel' button is clicked.
protected OnCancelClick ( ) : void
리턴 void

Reset() 공개 메소드

Resets the OK/Cancel labels to their default values and ensure both button are visible.
public Reset ( ) : void
리턴 void