C# Class AdvancedLauncher.UI.Pages.ResourceViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher

Méthodes publiques

Méthode Description
AddData ( ResourceItemViewModel item ) : void
LoadData ( List List ) : void
ResourceViewModel ( ) : System
UnLoadData ( ) : void

Private Methods

Méthode Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

AddData() public méthode

public AddData ( ResourceItemViewModel item ) : void
item ResourceItemViewModel
Résultat void

LoadData() public méthode

public LoadData ( List List ) : void
List List
Résultat void

ResourceViewModel() public méthode

public ResourceViewModel ( ) : System
Résultat System

UnLoadData() public méthode

public UnLoadData ( ) : void
Résultat void