/// <summary> /// Deprecated Method for adding a new object to the TypeUtilisateurJeu EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTypeUtilisateurJeu(TypeUtilisateur typeUtilisateur) { base.AddObject("TypeUtilisateurJeu", typeUtilisateur); }
/// <summary> /// Create a new TypeUtilisateur object. /// </summary> /// <param name="idType">Initial value of the idType property.</param> /// <param name="nomType">Initial value of the nomType property.</param> public static TypeUtilisateur CreateTypeUtilisateur(global::System.Int32 idType, global::System.String nomType) { TypeUtilisateur typeUtilisateur = new TypeUtilisateur(); typeUtilisateur.idType = idType; typeUtilisateur.nomType = nomType; return typeUtilisateur; }