C# Class WatchThis.Models.SlideshowModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: kevintavog/WatchThis.net Class Usage Examples

Méthodes publiques

Méthode Description
EnsureExtension ( string filename ) : string
Enumerate ( System.Action itemsAvailable = null ) : void
ParseFile ( string filename ) : SlideshowModel
Reset ( ) : void
Save ( string filename ) : void
SlideshowModel ( ) : System

Method Details

EnsureExtension() static public méthode

static public EnsureExtension ( string filename ) : string
filename string
Résultat string

Enumerate() public méthode

public Enumerate ( System.Action itemsAvailable = null ) : void
itemsAvailable System.Action
Résultat void

ParseFile() static public méthode

static public ParseFile ( string filename ) : SlideshowModel
filename string
Résultat SlideshowModel

Reset() public méthode

public Reset ( ) : void
Résultat void

Save() public méthode

public Save ( string filename ) : void
filename string
Résultat void

SlideshowModel() public méthode

public SlideshowModel ( ) : System
Résultat System