C# 클래스 Spring.IocQuickStart.MovieFinder.SimpleMovieFinder

Simple in-memory storage implementation of the Spring.IocQuickStart.MovieFinder.IMovieFinder interface.
상속: IMovieFinder
파일 보기 프로젝트 열기: thenapoleon/Fluent-API-for-Spring.Net

공개 메소드들

메소드 설명
AddMovie ( Movie m ) : void

Add a movie to the list.

FindAll ( ) : IList

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

SimpleMovieFinder ( ) : System.Collections

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

비공개 메소드들

메소드 설명
InitList ( ) : void

Initialises the in-mememory list of stored movies.

메소드 상세

AddMovie() 공개 메소드

Add a movie to the list.
public AddMovie ( Movie m ) : void
m Movie The movie.
리턴 void

FindAll() 공개 메소드

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

SimpleMovieFinder() 공개 메소드

Creates a new instance of the Spring.IocQuickStart.MovieFinder.SimpleMovieFinder class.
public SimpleMovieFinder ( ) : System.Collections
리턴 System.Collections