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.