Exemple #1
0
        public crlBilletCommande()
        {
            this.MontantBilletCommande    = 0;
            this.NombreBilletCommande     = 0;
            this.NumBilletCommande        = "";
            this.NumProforma              = "";
            this.NumTrajet                = "";
            this.NumCalculCategorieBillet = "";
            this.NumCalculReductionBillet = "";
            this.NumIndividu              = "";

            this.trajet = null;
            this.calculCategorieBillet = null;
            this.calculReductionBillet = null;
            this.individu = null;
        }
Exemple #2
0
        public crlVoyageAbonnementDevis()
        {
            this.NbVoyageAbonnement       = 0;
            this.NumTrajet                = "";
            this.NumVoyageAbonnementDevis = "";
            this.PrixUnitaire             = 0.00;
            this.Zone        = "";
            this.NumProforma = "";
            this.NumCalculCategorieBillet = "";
            this.NumCalculReductionBillet = "";
            this.NumAbonnement            = "";

            this.trajet  = null;
            this.zoneObj = null;
            this.calculCategorieBillet = null;
            this.calculReductionBillet = null;
        }
        public crlDureeAbonnementDevis()
        {
            this.NumDureeAbonnementDevis = "";
            this.NumTrajet                = "";
            this.PrixTotal                = 0.00;
            this.PrixUnitaire             = 0.00;
            this.ValideAu                 = DateTime.Now;
            this.ValideDu                 = DateTime.Now;
            this.Zone                     = "";
            this.NumProforma              = "";
            this.NombreDureeAbonnement    = 0;
            this.NumCalculCategorieBillet = "";
            this.NumCalculReductionBillet = "";
            this.NumAbonnement            = "";

            this.trajet  = null;
            this.zoneObj = null;
            this.calculCategorieBillet = null;
            this.calculReductionBillet = null;
        }
Exemple #4
0
        public crlVoyageAbonnement()
        {
            this.MatriculeAgent      = "";
            this.NbVoyageAbonnement  = 0;
            this.NumAbonnement       = "";
            this.NumTrajet           = "";
            this.NumVoyageAbonnement = "";
            this.PrixUnitaire        = 0.00;
            this.Zone = "";
            this.DateVoyageAbonnement     = DateTime.Now;
            this.NumCalculCategorieBillet = "";
            this.NumCalculReductionBillet = "";
            this.ModePaiement             = "";

            this.trajet                = null;
            this.zoneObj               = null;
            this.abonnement            = null;
            this.agent                 = null;
            this.calculCategorieBillet = null;
            this.calculReductionBillet = null;
        }
Exemple #5
0
        public crlBillet()
        {
            this.NumBillet                = "";
            this.NumTrajet                = "";
            this.DateDeValidite           = DateTime.Now;
            this.ModePaiement             = "";
            this.NumIndividu              = "";
            this.matriculeAgent           = "";
            this.PrixBillet               = "0,00";
            this.NumCalculCategorieBillet = "";
            this.NumCalculReductionBillet = "";
            this.DateBillet               = DateTime.Now;
            this.NumDureeAbonnement       = "";
            this.NumVoyageAbonnement      = "";
            this.NumBilletCommande        = "";

            this.individu = null;
            this.trajet   = null;
            this.agent    = null;
            this.calculCategorieBillet = null;
            this.calculReductionBillet = null;
        }
Exemple #6
0
        public crlDureeAbonnement()
        {
            this.MatriculeAgent     = "";
            this.NumAbonnement      = "";
            this.NumDureeAbonnement = "";
            this.NumTrajet          = "";
            this.PrixTotal          = 0.00;
            this.PrixUnitaire       = 0.00;
            this.ValideAu           = DateTime.Now;
            this.ValideDu           = DateTime.Now;
            this.Zone = "";
            this.DateDureeAbonnement      = DateTime.Now;
            this.NumCalculCategorieBillet = "";
            this.NumCalculReductionBillet = "";
            this.ModePaiement             = "";

            this.trajet                = null;
            this.zoneObj               = null;
            this.abonnement            = null;
            this.agent                 = null;
            this.calculCategorieBillet = null;
            this.calculReductionBillet = null;
        }