C# Class Dev2.Studio.Core.ViewModels.Base.SimpleBaseViewModel

Inheritance: Caliburn.Micro.Screen, IDisposable
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
RequestClose ( ) : void

Requests tha the view bound to this view model closes

RequestClose ( ViewModelDialogResults dialogResult ) : void

Requests tha the view bound to this view model closes

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Child classes can override this method to perform clean-up logic, such as removing event handlers.

OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnDispose() protected méthode

Child classes can override this method to perform clean-up logic, such as removing event handlers.
protected OnDispose ( ) : void
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

RequestClose() public méthode

Requests tha the view bound to this view model closes
public RequestClose ( ) : void
Résultat void

RequestClose() public méthode

Requests tha the view bound to this view model closes
public RequestClose ( ViewModelDialogResults dialogResult ) : void
dialogResult ViewModelDialogResults
Résultat void