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

An object that describes a movie.
파일 보기 프로젝트 열기: thenapoleon/Fluent-API-for-Spring.Net 1 사용 예제들

공개 메소드들

메소드 설명
Movie ( string title, string director )

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

메소드 상세

Movie() 공개 메소드

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.