Exemplo n.º 1
0
        public crlUSCarte()
        {
            this.NumCarte                  = "";
            this.PrixCarte                 = 0;
            this.NumAbonnement             = "";
            this.NumAgence                 = "";
            this.NumAbonnementNV           = "";
            this.NumAbonnementNVDevis      = "";
            this.NumUSReductionParticulier = "";
            this.NumUSValidationReduction  = "";

            this.abonnement           = null;
            this.reductionParticulier = null;
        }
Exemplo n.º 2
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;
        }
Exemplo n.º 3
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;
        }