C# 클래스 TheChan.Common.Core.Tab

상속: Caliburn.Micro.ViewAware, IHaveDisplayName, IActivateWithParameter, IDeactivate, IGuardClose, IChild
파일 보기 프로젝트 열기: acedened/TheChan

공개 메소드들

메소드 설명
CanClose ( Action callback ) : void

Called to check whether or not this instance can close.

Deactivate ( bool close ) : void

Deactivates this instance.

RequestDeactivating ( ) : bool
TryClose ( bool dialogResult ) : void

Tries to close this instance. Also provides an opportunity to pass a dialog result to it's corresponding view.

보호된 메소드들

메소드 설명
OnActivate ( object parameter = null ) : void
OnDeactivate ( bool close ) : void
OnInitialize ( ) : void
Tab ( ) : System
Translate ( string id ) : string

비공개 메소드들

메소드 설명
IActivateWithParameter ( object parameter ) : void

메소드 상세

CanClose() 공개 메소드

Called to check whether or not this instance can close.
public CanClose ( Action callback ) : void
callback Action The implementer calls this action with the result of the close check.
리턴 void

Deactivate() 공개 메소드

Deactivates this instance.
public Deactivate ( bool close ) : void
close bool Indicates whether or not this instance is being closed.
리턴 void

OnActivate() 보호된 메소드

protected OnActivate ( object parameter = null ) : void
parameter object
리턴 void

OnDeactivate() 보호된 메소드

protected OnDeactivate ( bool close ) : void
close bool
리턴 void

OnInitialize() 보호된 메소드

protected OnInitialize ( ) : void
리턴 void

RequestDeactivating() 공개 메소드

public RequestDeactivating ( ) : bool
리턴 bool

Tab() 보호된 메소드

protected Tab ( ) : System
리턴 System

Translate() 보호된 메소드

protected Translate ( string id ) : string
id string
리턴 string

TryClose() 공개 메소드

Tries to close this instance. Also provides an opportunity to pass a dialog result to it's corresponding view.
public TryClose ( bool dialogResult ) : void
dialogResult bool The dialog result.
리턴 void