Livre Constructor

Valorise les propriétés

Definition

Namespace: MediaTekDocuments.model
Assembly: MediaTekDocuments (in MediaTekDocuments.exe) Version: 1.0.0.0 (1.0.0.0)
C#
public Livre(
	string id,
	string titre,
	string image,
	string isbn,
	string auteur,
	string collection,
	string idGenre,
	string genre,
	string idPublic,
	string lePublic,
	string idRayon,
	string rayon
)

Parameters

id  String
id
titre  String
titre
image  String
image
isbn  String
isbn
auteur  String
auteur
collection  String
collection
idGenre  String
idGenre
genre  String
genre
idPublic  String
idPublic
lePublic  String
lePublic
idRayon  String
idRayon
rayon  String
rayon

See Also