CommandeDocument 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 CommandeDocument(
	string id,
	DateTime dateCommande,
	double montant,
	int nbExemplaire,
	string idLivreDvd,
	int idSuivi,
	string libelle
)

Parameters

id  String
id
dateCommande  DateTime
date de la commande
montant  Double
montant de la commande
nbExemplaire  Int32
nombre d'exemplaires
idLivreDvd  String
id livre dvd
idSuivi  Int32
idSuivi
libelle  String
libelle du suivi

See Also