C# 클래스 Lending.ReadModels.Relational.SearchForBook.BookSearchResult

파일 보기 프로젝트 열기: joshilewis/lending

공개 메소드들

메소드 설명
BookSearchResult ( System.Guid libraryId, string libraryName, string libraryPicture, string title, string author, string isbn, int publishYear ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

메소드 상세

BookSearchResult() 공개 메소드

public BookSearchResult ( System.Guid libraryId, string libraryName, string libraryPicture, string title, string author, string isbn, int publishYear ) : System
libraryId System.Guid
libraryName string
libraryPicture string
title string
author string
isbn string
publishYear int
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int