C# Класс Spring.IocQuickStart.MovieFinder.ColonDelimitedMovieFinder

An Spring.IocQuickStart.MovieFinder.IMovieFinder implementation that uses a colon delimited text file as it's backing data store.
Наследование: IMovieFinder
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
InitList ( ) : void

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

Описание методов

ColonDelimitedMovieFinder() публичный Метод

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. ///
Результат System.IO

FindAll() публичный Метод

Finds all of the movies stored in this Spring.IocQuickStart.MovieFinder.IMovieFinder implementation.
public FindAll ( ) : IList
Результат IList