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
파일 보기 프로젝트 열기: thenapoleon/Fluent-API-for-Spring.Net

공개 메소드들

메소드 설명
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