C# Class BooksCacheModel.BookExtensions

Afficher le fichier Open project: ProfessionalCSharp/ProfessionalCSharp6

Méthodes publiques

Méthode Description
ToBook ( this json ) : Book
ToBooks ( this json ) : IEnumerable
ToJson ( this book ) : string
ToJson ( this books ) : string

Method Details

ToBook() public static méthode

public static ToBook ( this json ) : Book
json this
Résultat Book

ToBooks() public static méthode

public static ToBooks ( this json ) : IEnumerable
json this
Résultat IEnumerable

ToJson() public static méthode

public static ToJson ( this book ) : string
book this
Résultat string

ToJson() public static méthode

public static ToJson ( this books ) : string
books this
Résultat string