C# Class AdvancedLauncher.UI.Pages.GalleryViewModel

Inheritance: INotifyPropertyChanged
Show file Open project: GoldRenard/DMOAdvancedLauncher

Public Methods

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

Private Methods

Method Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

Add() public method

public Add ( GalleryItemViewModel item ) : void
item GalleryItemViewModel
return void

Count() public method

public Count ( ) : int
return int

GalleryViewModel() public method

public GalleryViewModel ( ) : System
return System

LoadData() public method

public LoadData ( List List ) : void
List List
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

UnLoadData() public method

public UnLoadData ( ) : void
return void