Beispiel #1
0
 public TbexpertiseRubriqueEstimation ToModel()
 {
     return(new TbexpertiseRubriqueEstimation()
     {
         IdExpert = IdExpert,
         IdRubEstim = IdRubEstim,
         Estimation = Estimation,
         IdUser = IdUser,
         DateCreation = DateCreation,
         ModifieLe = ModifieLe,
         ModifiePar = ModifiePar,
         StateCode = StateCode,
         StatusCode = StatusCode,
         IdExpertNavigation = IdExpertNavigation.ToModel(),
         IdRubEstimNavigation = IdRubEstimNavigation.ToModel(),
     });
 }
Beispiel #2
0
 public TbexpertisePourRecousPointChoc ToModel()
 {
     return(new TbexpertisePourRecousPointChoc()
     {
         IdRecours = IdRecours,
         IdExpert = IdExpert,
         IdPointChoc = IdPointChoc,
         MontRecous = MontRecous,
         LibRecours = LibRecours,
         IdUser = IdUser,
         DateCreation = DateCreation,
         ModifieLe = ModifieLe,
         ModifiePar = ModifiePar,
         StateCode = StateCode,
         StatusCode = StatusCode,
         IdExpertNavigation = IdExpertNavigation.ToModel(),
         IdPointChocNavigation = IdPointChocNavigation.ToModel(),
         IdRecoursNavigation = IdRecoursNavigation.ToModel(),
     });
 }
 public TbexpertiseTravauxExterieurPointChoc ToModel()
 {
     return(new TbexpertiseTravauxExterieurPointChoc()
     {
         Idpointchoc = Idpointchoc,
         Idautrecharg = Idautrecharg,
         Mtautrecharge = Mtautrecharge,
         Dep = Dep,
         IdExpert = IdExpert,
         IdUser = IdUser,
         DateCreation = DateCreation,
         ModifieLe = ModifieLe,
         ModifiePar = ModifiePar,
         StateCode = StateCode,
         StatusCode = StatusCode,
         IdExpertNavigation = IdExpertNavigation.ToModel(),
         IdautrechargNavigation = IdautrechargNavigation.ToModel(),
         IdpointchocNavigation = IdpointchocNavigation.ToModel(),
     });
 }