Utilisateur Constructor

Valorise les propriétéss

Definition

Namespace: MediaTekDocuments.model
Assembly: MediaTekDocuments (in MediaTekDocuments.exe) Version: 1.0.0.0 (1.0.0.0)
C#
public Utilisateur(
	string nom,
	string prenom,
	string idService,
	string password,
	string login,
	string libelle
)

Parameters

nom  String
nom
prenom  String
prenom
idService  String
idService
password  String
password
login  String
login
libelle  String
libelle

See Also