C# 클래스 BooksModel.BookExtensions

파일 보기 프로젝트 열기: ProfessionalCSharp/ProfessionalCSharp6

공개 메소드들

메소드 설명
ToBook ( this json ) : Book
ToBooks ( this json ) : IEnumerable
ToJson ( this book ) : string
ToJson ( this books ) : string

메소드 상세

ToBook() 공개 정적인 메소드

public static ToBook ( this json ) : Book
json this
리턴 Book

ToBooks() 공개 정적인 메소드

public static ToBooks ( this json ) : IEnumerable
json this
리턴 IEnumerable

ToJson() 공개 정적인 메소드

public static ToJson ( this book ) : string
book this
리턴 string

ToJson() 공개 정적인 메소드

public static ToJson ( this books ) : string
books this
리턴 string