コード例 #1
0
 public TbexpertiseFourniturePointChoc ToModel()
 {
     return(new TbexpertiseFourniturePointChoc()
     {
         Idexpert = Idexpert,
         Idpointchoc = Idpointchoc,
         Idfourn = Idfourn,
         DepRep = DepRep,
         Reparer = Reparer,
         Remp = Remp,
         Peint = Peint,
         Pu = Pu,
         Vetuste = Vetuste,
         Mtht = Mtht,
         MtTtc = MtTtc,
         Rem = Rem,
         MtTotHt = MtTotHt,
         MtTotTtc = MtTotTtc,
         Ligne = Ligne,
         Vneuve = Vneuve,
         IdUser = IdUser,
         DateCreation = DateCreation,
         ModifieLe = ModifieLe,
         ModifiePar = ModifiePar,
         StateCode = StateCode,
         StatusCode = StatusCode,
         IdexpertNavigation = IdexpertNavigation.ToModel(),
         IdfournNavigation = IdfournNavigation.ToModel(),
         IdpointchocNavigation = IdpointchocNavigation.ToModel(),
     });
 }
コード例 #2
0
 public TbexpertiseTypeNote ToModel()
 {
     return(new TbexpertiseTypeNote()
     {
         Idexpert = Idexpert,
         Idtypnote = Idtypnote,
         Texte = Texte,
         IdUser = IdUser,
         DateCreation = DateCreation,
         ModifieLe = ModifieLe,
         ModifiePar = ModifiePar,
         StateCode = StateCode,
         StatusCode = StatusCode,
         IdexpertNavigation = IdexpertNavigation.ToModel(),
         IdtypnoteNavigation = IdtypnoteNavigation.ToModel(),
     });
 }
コード例 #3
0
 public TbexpertiseRubriqueMo ToModel()
 {
     return(new TbexpertiseRubriqueMo()
     {
         Idexpert = Idexpert,
         IdrubriqMo = IdrubriqMo,
         Constat = Constat,
         IdUser = IdUser,
         DateCreation = DateCreation,
         ModifieLe = ModifieLe,
         ModifiePar = ModifiePar,
         StateCode = StateCode,
         StatusCode = StatusCode,
         IdexpertNavigation = IdexpertNavigation.ToModel(),
         IdrubriqMoNavigation = IdrubriqMoNavigation.ToModel(),
     });
 }
コード例 #4
0
 public TbexpertisePointChoc ToModel()
 {
     return(new TbexpertisePointChoc()
     {
         Idexpert = Idexpert,
         Idpointchoc = Idpointchoc,
         IdFourn = IdFourn,
         Ligne = Ligne,
         IdUser = IdUser,
         DateCreation = DateCreation,
         ModifieLe = ModifieLe,
         ModifiePar = ModifiePar,
         StateCode = StateCode,
         StatusCode = StatusCode,
         IdexpertNavigation = IdexpertNavigation.ToModel(),
         IdpointchocNavigation = IdpointchocNavigation.ToModel(),
     });
 }
コード例 #5
0
 public TbexpertiseRubriqueConstatationPointChoc ToModel()
 {
     return(new TbexpertiseRubriqueConstatationPointChoc()
     {
         Idexpert = Idexpert,
         IdRubConst = IdRubConst,
         Idpointchoc = Idpointchoc,
         Constat = Constat,
         IdUser = IdUser,
         DateCreation = DateCreation,
         ModifieLe = ModifieLe,
         ModifiePar = ModifiePar,
         StateCode = StateCode,
         StatusCode = StatusCode,
         IdRubConstNavigation = IdRubConstNavigation.ToModel(),
         IdexpertNavigation = IdexpertNavigation.ToModel(),
         IdpointchocNavigation = IdpointchocNavigation.ToModel(),
     });
 }