C# Class AdvancedLauncher.UI.Pages.GalleryViewModel

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

Méthodes publiques

Méthode Description
Add ( GalleryItemViewModel item ) : void
Count ( ) : int
GalleryViewModel ( ) : System
LoadData ( List List ) : void
RemoveAt ( int index ) : void
UnLoadData ( ) : void

Private Methods

Méthode Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

Add() public méthode

public Add ( GalleryItemViewModel item ) : void
item GalleryItemViewModel
Résultat void

Count() public méthode

public Count ( ) : int
Résultat int

GalleryViewModel() public méthode

public GalleryViewModel ( ) : System
Résultat System

LoadData() public méthode

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

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

UnLoadData() public méthode

public UnLoadData ( ) : void
Résultat void