C# (CSharp) Spring.IocQuickStart.MovieFinder 네임스페이스

클래스들

이름 설명
ColonDelimitedMovieFinder An Spring.IocQuickStart.MovieFinder.IMovieFinder implementation that uses a colon delimited text file as it's backing data store.
Movie An object that describes a movie.
MovieFinderConfiguration
MovieLister A class that provides a list of movies directed by a particular director.
Program A simple application that demonstrates the IoC functionality of Spring.NET.
SimpleMovieFinder Simple in-memory storage implementation of the Spring.IocQuickStart.MovieFinder.IMovieFinder interface.