C# Class WatchThis.Models.SlideshowModel

Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: kevintavog/WatchThis.net Class Usage Examples

Public Methods

Method 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 method

static public EnsureExtension ( string filename ) : string
filename string
return string

Enumerate() public method

public Enumerate ( System.Action itemsAvailable = null ) : void
itemsAvailable System.Action
return void

ParseFile() static public method

static public ParseFile ( string filename ) : SlideshowModel
filename string
return SlideshowModel

Reset() public method

public Reset ( ) : void
return void

Save() public method

public Save ( string filename ) : void
filename string
return void

SlideshowModel() public method

public SlideshowModel ( ) : System
return System