Example #1
0
 /// <summary>
 /// Create a new CategoriaRepresentanteSapiens object.
 /// </summary>
 /// <param name="cODREP">Initial value of the CODREP property.</param>
 /// <param name="cODEMP">Initial value of the CODEMP property.</param>
 /// <param name="cODRVE">Initial value of the CODRVE property.</param>
 /// <param name="iPICOM">Initial value of the IPICOM property.</param>
 /// <param name="iCMCOM">Initial value of the ICMCOM property.</param>
 /// <param name="sUBCOM">Initial value of the SUBCOM property.</param>
 /// <param name="fRECOM">Initial value of the FRECOM property.</param>
 /// <param name="sEGCOM">Initial value of the SEGCOM property.</param>
 /// <param name="eMBCOM">Initial value of the EMBCOM property.</param>
 /// <param name="eNCCOM">Initial value of the ENCCOM property.</param>
 /// <param name="oUTCOM">Initial value of the OUTCOM property.</param>
 /// <param name="dARCOM">Initial value of the DARCOM property.</param>
 /// <param name="cOMPRI">Initial value of the COMPRI property.</param>
 /// <param name="cRIRAT">Initial value of the CRIRAT property.</param>
 /// <param name="cONEST">Initial value of the CONEST property.</param>
 public static CategoriaRepresentanteSapiens CreateCategoriaRepresentanteSapiens(global::System.Int32 cODREP, global::System.Int16 cODEMP, global::System.String cODRVE, global::System.String iPICOM, global::System.String iCMCOM, global::System.String sUBCOM, global::System.String fRECOM, global::System.String sEGCOM, global::System.String eMBCOM, global::System.String eNCCOM, global::System.String oUTCOM, global::System.String dARCOM, global::System.String cOMPRI, global::System.Int16 cRIRAT, global::System.String cONEST)
 {
     CategoriaRepresentanteSapiens categoriaRepresentanteSapiens = new CategoriaRepresentanteSapiens();
     categoriaRepresentanteSapiens.CODREP = cODREP;
     categoriaRepresentanteSapiens.CODEMP = cODEMP;
     categoriaRepresentanteSapiens.CODRVE = cODRVE;
     categoriaRepresentanteSapiens.IPICOM = iPICOM;
     categoriaRepresentanteSapiens.ICMCOM = iCMCOM;
     categoriaRepresentanteSapiens.SUBCOM = sUBCOM;
     categoriaRepresentanteSapiens.FRECOM = fRECOM;
     categoriaRepresentanteSapiens.SEGCOM = sEGCOM;
     categoriaRepresentanteSapiens.EMBCOM = eMBCOM;
     categoriaRepresentanteSapiens.ENCCOM = eNCCOM;
     categoriaRepresentanteSapiens.OUTCOM = oUTCOM;
     categoriaRepresentanteSapiens.DARCOM = dARCOM;
     categoriaRepresentanteSapiens.COMPRI = cOMPRI;
     categoriaRepresentanteSapiens.CRIRAT = cRIRAT;
     categoriaRepresentanteSapiens.CONEST = cONEST;
     return categoriaRepresentanteSapiens;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the E090HRP EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToE090HRP(CategoriaRepresentanteSapiens categoriaRepresentanteSapiens)
 {
     base.AddObject("E090HRP", categoriaRepresentanteSapiens);
 }