C# Class Zetbox.Client.Presentables.ZetboxBase.ActivateDataObjectCommand

Inheritance: CommandViewModel
Afficher le fichier Open project: daszat/zetbox

Protected Properties

Свойство Type Description
scopeFactory Func

Méthodes publiques

Méthode Description
ActivateDataObjectCommand ( IViewModelDependencies appCtx, Func scopeFactory, IZetboxContext dataCtx, ViewModel parent, string label, string tooltip ) : System

Méthodes protégées

Méthode Description
ActivateForeignItems ( IViewModelFactoryScope newScope, IZetboxContext newCtx, IEnumerable items ) : void
ActivateItem ( IEnumerable items ) : void
OnItemsOpened ( object workspace, ItemsOpenedEventArgs args ) : void
OnItemsOpening ( object workspace, ItemsOpeningEventArgs args ) : void

Method Details

ActivateDataObjectCommand() public méthode

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
Résultat System

ActivateForeignItems() protected méthode

protected ActivateForeignItems ( IViewModelFactoryScope newScope, IZetboxContext newCtx, IEnumerable items ) : void
newScope IViewModelFactoryScope
newCtx IZetboxContext
items IEnumerable
Résultat void

ActivateItem() protected méthode

protected ActivateItem ( IEnumerable items ) : void
items IEnumerable
Résultat void

OnItemsOpened() protected méthode

protected OnItemsOpened ( object workspace, ItemsOpenedEventArgs args ) : void
workspace object
args ItemsOpenedEventArgs
Résultat void

OnItemsOpening() protected méthode

protected OnItemsOpening ( object workspace, ItemsOpeningEventArgs args ) : void
workspace object
args ItemsOpeningEventArgs
Résultat void

Property Details

scopeFactory protected_oe property

protected Func scopeFactory
Résultat Func