FrmMediatekVerifierChampsCommandeRevue Method

Vérification du contenu des champs obligatoires pour la saisie d'une nouvelle commande

Definition

Namespace: MediaTekDocuments.view
Assembly: MediaTekDocuments (in MediaTekDocuments.exe) Version: 1.0.0.0 (1.0.0.0)
C#
public static bool VerifierChampsCommandeRevue(
	string idCommande,
	string montantText,
	DateTime dateCommande,
	DateTime dateFinAbonnement
)

Parameters

idCommande  String
id de la commande
montantText  String
montant
dateCommande  DateTime
date de la commande
dateFinAbonnement  DateTime
date de fin d'abonnement

Return Value

Boolean
true si tous les champs sont valides sinon false

See Also