C# Class a7DocumentDbStudio.ViewModel.Explorer.CollectionExpItemVM

Inheritance: ExplorerItemBaseVM
Afficher le fichier Open project: alekkowalczyk/a7DocumentDbStudio Class Usage Examples

Méthodes publiques

Méthode Description
AddAsView ( string viewName ) : void
CollectionExpItemVM ( DatabaseExpItemVM parentDatabaseExp, CollectionModel model, MainVM main, CollectionViewModel sourceView = null, CollectionExpItemVM viewSourceCollection = null ) : a7DocumentDbStudio.Model

Méthodes protégées

Méthode Description
onCollapsed ( ) : System.Threading.Tasks.Task
onExpanded ( ) : System.Threading.Tasks.Task
onSelected ( ) : System.Threading.Tasks.Task

Method Details

AddAsView() public méthode

public AddAsView ( string viewName ) : void
viewName string
Résultat void

CollectionExpItemVM() public méthode

public CollectionExpItemVM ( DatabaseExpItemVM parentDatabaseExp, CollectionModel model, MainVM main, CollectionViewModel sourceView = null, CollectionExpItemVM viewSourceCollection = null ) : a7DocumentDbStudio.Model
parentDatabaseExp DatabaseExpItemVM
model CollectionModel
main MainVM
sourceView a7DocumentDbStudio.Model.CollectionViewModel
viewSourceCollection CollectionExpItemVM
Résultat a7DocumentDbStudio.Model

onCollapsed() protected méthode

protected onCollapsed ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

onExpanded() protected méthode

protected onExpanded ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

onSelected() protected méthode

protected onSelected ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task