C# Class Spring.IocQuickStart.MovieFinder.Movie

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

Méthodes publiques

Méthode Description
Movie ( string title, string director )

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

Method Details

Movie() public méthode

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.