C# Class Spring.IocQuickStart.MovieFinder.Movie

An object that describes a movie.
Mostra file Open project: thenapoleon/Fluent-API-for-Spring.Net Class Usage Examples

Public Methods

Method Description
Movie ( string title, string director )

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

Method Details

Movie() public method

Creates a new instance of the Spring.IocQuickStart.MovieFinder.Movie class.
public Movie ( string title, string director )
title string The title of the movie.
director string The director of the movie.