C# 클래스 Zetbox.Client.Presentables.ZetboxBase.ActivateDataObjectCommand

상속: CommandViewModel
파일 보기 프로젝트 열기: daszat/zetbox

보호된 프로퍼티들

프로퍼티 타입 설명
scopeFactory Func

공개 메소드들

메소드 설명
ActivateDataObjectCommand ( IViewModelDependencies appCtx, Func scopeFactory, IZetboxContext dataCtx, ViewModel parent, string label, string tooltip ) : System

보호된 메소드들

메소드 설명
ActivateForeignItems ( IViewModelFactoryScope newScope, IZetboxContext newCtx, IEnumerable items ) : void
ActivateItem ( IEnumerable items ) : void
OnItemsOpened ( object workspace, ItemsOpenedEventArgs args ) : void
OnItemsOpening ( object workspace, ItemsOpeningEventArgs args ) : void

메소드 상세

ActivateDataObjectCommand() 공개 메소드

public ActivateDataObjectCommand ( IViewModelDependencies appCtx, Func scopeFactory, IZetboxContext dataCtx, ViewModel parent, string label, string tooltip ) : System
appCtx IViewModelDependencies
scopeFactory Func
dataCtx IZetboxContext
parent ViewModel
label string
tooltip string
리턴 System

ActivateForeignItems() 보호된 메소드

protected ActivateForeignItems ( IViewModelFactoryScope newScope, IZetboxContext newCtx, IEnumerable items ) : void
newScope IViewModelFactoryScope
newCtx IZetboxContext
items IEnumerable
리턴 void

ActivateItem() 보호된 메소드

protected ActivateItem ( IEnumerable items ) : void
items IEnumerable
리턴 void

OnItemsOpened() 보호된 메소드

protected OnItemsOpened ( object workspace, ItemsOpenedEventArgs args ) : void
workspace object
args ItemsOpenedEventArgs
리턴 void

OnItemsOpening() 보호된 메소드

protected OnItemsOpening ( object workspace, ItemsOpeningEventArgs args ) : void
workspace object
args ItemsOpeningEventArgs
리턴 void

프로퍼티 상세

scopeFactory 보호되어 있는 프로퍼티

protected Func scopeFactory
리턴 Func