Motif Constructor
Constructeur de la classe Motif
Namespace: Habilitations.modeleAssembly: projet (in projet.exe) Version: 1.0.0+3e1954a97cd66c05a44d1b0b3766e1e99c1642df
public Motif(
int idMotif,
string libelle
)
Public Sub New (
idMotif As Integer,
libelle As String
)
public:
Motif(
int idMotif,
String^ libelle
)
new :
idMotif : int *
libelle : string -> Motif
Parameters
- idMotif Int32
[Missing <param name="idMotif"/> documentation for "M:Habilitations.modele.Motif.#ctor(System.Int32,System.String)"]
- libelle String
[Missing <param name="libelle"/> documentation for "M:Habilitations.modele.Motif.#ctor(System.Int32,System.String)"]