C# Class Godot.IcsEditor.Ui.ViewModel.WorkspaceViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: Slesa/Playground

Méthodes publiques

Méthode Description
IsResponsibleFor ( object askedObject ) : bool

Méthodes protégées

Méthode Description
OnDispose ( ) : void
OnRequestClose ( ) : void
WorkspaceViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System

Private Methods

Méthode Description
OnShowOptions ( ) : void

Method Details

IsResponsibleFor() public méthode

public IsResponsibleFor ( object askedObject ) : bool
askedObject object
Résultat bool

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void

OnRequestClose() protected méthode

protected OnRequestClose ( ) : void
Résultat void

WorkspaceViewModel() protected méthode

protected WorkspaceViewModel ( IDbConversation dbConversation, IEventAggregator eventAggregator ) : System
dbConversation IDbConversation
eventAggregator IEventAggregator
Résultat System