Exemplo n.º 1
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;
        }
Exemplo n.º 2
0
 public crlLicence()
 {
     this.NumLicence                 = "";
     this.Zone                       = "";
     this.NumCooperative             = "";
     this.NumVehicule                = "";
     this.DatePremiereMiseCiculation = new DateTime();
     this.DatePremiereExploitation   = new DateTime();
     this.ValideAu                   = new DateTime();
     this.ValideDu                   = new DateTime();
     this.NombrePlacePayante         = 0;
     this.IsProvisoire               = 0;
     this.zoneObj                    = null;
     this.vehicule                   = null;
     this.cooperative                = null;
     this.itineraires                = null;
 }
Exemplo n.º 3
0
        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;
        }
Exemplo n.º 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;
        }
Exemplo n.º 5
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;
        }