C# Class Spring.IocQuickStart.MovieFinder.ColonDelimitedMovieFinder

An Spring.IocQuickStart.MovieFinder.IMovieFinder implementation that uses a colon delimited text file as it's backing data store.
Inheritance: IMovieFinder
Exibir arquivo Open project: thenapoleon/Fluent-API-for-Spring.Net

Public Methods

Method Description
ColonDelimitedMovieFinder ( FileInfo file ) : System.IO

Creates a new instance of the Spring.IocQuickStart.MovieFinder.ColonDelimitedMovieFinder class.

FindAll ( ) : IList

Finds all of the movies stored in this Spring.IocQuickStart.MovieFinder.IMovieFinder implementation.

Private Methods

Method Description
InitList ( ) : void

Loads all of the movies in the file referred to by MovieFile.

Method Details

ColonDelimitedMovieFinder() public method

Creates a new instance of the Spring.IocQuickStart.MovieFinder.ColonDelimitedMovieFinder class.
public ColonDelimitedMovieFinder ( FileInfo file ) : System.IO
file System.IO.FileInfo /// The file containing colon delimited movies. ///
return System.IO

FindAll() public method

Finds all of the movies stored in this Spring.IocQuickStart.MovieFinder.IMovieFinder implementation.
public FindAll ( ) : IList
return IList