Click or drag to resize

Personnel Constructor

Valorise les propriétés

Namespace:  Mediatek86.modele
Assembly:  Mediatek86 (in Mediatek86.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Personnel(
	int idpersonnel,
	string nom,
	string prenom,
	string tel,
	string mail,
	Service service
)

Parameters

idpersonnel
Type: SystemInt32

[Missing <param name="idpersonnel"/> documentation for "M:Mediatek86.modele.Personnel.#ctor(System.Int32,System.String,System.String,System.String,System.String,Mediatek86.modele.Service)"]

nom
Type: SystemString

[Missing <param name="nom"/> documentation for "M:Mediatek86.modele.Personnel.#ctor(System.Int32,System.String,System.String,System.String,System.String,Mediatek86.modele.Service)"]

prenom
Type: SystemString

[Missing <param name="prenom"/> documentation for "M:Mediatek86.modele.Personnel.#ctor(System.Int32,System.String,System.String,System.String,System.String,Mediatek86.modele.Service)"]

tel
Type: SystemString

[Missing <param name="tel"/> documentation for "M:Mediatek86.modele.Personnel.#ctor(System.Int32,System.String,System.String,System.String,System.String,Mediatek86.modele.Service)"]

mail
Type: SystemString

[Missing <param name="mail"/> documentation for "M:Mediatek86.modele.Personnel.#ctor(System.Int32,System.String,System.String,System.String,System.String,Mediatek86.modele.Service)"]

service
Type: Mediatek86.modeleService

[Missing <param name="service"/> documentation for "M:Mediatek86.modele.Personnel.#ctor(System.Int32,System.String,System.String,System.String,System.String,Mediatek86.modele.Service)"]

See Also