Utilisateur Constructor

Initializes a new instance of the Utilisateur class

Definition

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

Parameters

id  Int32

[Missing <param name="id"/> documentation for "M:MediaTekDocuments.model.Utilisateur.#ctor(System.Int32,System.String,System.Int32,System.String)"]

login  String

[Missing <param name="login"/> documentation for "M:MediaTekDocuments.model.Utilisateur.#ctor(System.Int32,System.String,System.Int32,System.String)"]

idService  Int32

[Missing <param name="idService"/> documentation for "M:MediaTekDocuments.model.Utilisateur.#ctor(System.Int32,System.String,System.Int32,System.String)"]

libelle  String

[Missing <param name="libelle"/> documentation for "M:MediaTekDocuments.model.Utilisateur.#ctor(System.Int32,System.String,System.Int32,System.String)"]

See Also