Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the E070FIL EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToE070FIL(E070FIL e070FIL)
 {
     base.AddObject("E070FIL", e070FIL);
 }
Example #2
0
 /// <summary>
 /// Create a new E070FIL object.
 /// </summary>
 /// <param name="cODEMP">Initial value of the CODEMP property.</param>
 /// <param name="cODFIL">Initial value of the CODFIL property.</param>
 /// <param name="nOMFIL">Initial value of the NOMFIL property.</param>
 /// <param name="sIGFIL">Initial value of the SIGFIL property.</param>
 /// <param name="dIFALI">Initial value of the DIFALI property.</param>
 /// <param name="vENPSE">Initial value of the VENPSE property.</param>
 /// <param name="vENIPD">Initial value of the VENIPD property.</param>
 /// <param name="pEDBLO">Initial value of the PEDBLO property.</param>
 /// <param name="cOMPRZ">Initial value of the COMPRZ property.</param>
 /// <param name="iNDROE">Initial value of the INDROE property.</param>
 /// <param name="cPRIEF">Initial value of the CPRIEF property.</param>
 /// <param name="vENIEC">Initial value of the VENIEC property.</param>
 /// <param name="rECTIA">Initial value of the RECTIA property.</param>
 public static E070FIL CreateE070FIL(global::System.Int16 cODEMP, global::System.Int16 cODFIL, global::System.String nOMFIL, global::System.String sIGFIL, global::System.String dIFALI, global::System.String vENPSE, global::System.Int16 vENIPD, global::System.String pEDBLO, global::System.String cOMPRZ, global::System.String iNDROE, global::System.String cPRIEF, global::System.String vENIEC, global::System.String rECTIA)
 {
     E070FIL e070FIL = new E070FIL();
     e070FIL.CODEMP = cODEMP;
     e070FIL.CODFIL = cODFIL;
     e070FIL.NOMFIL = nOMFIL;
     e070FIL.SIGFIL = sIGFIL;
     e070FIL.DIFALI = dIFALI;
     e070FIL.VENPSE = vENPSE;
     e070FIL.VENIPD = vENIPD;
     e070FIL.PEDBLO = pEDBLO;
     e070FIL.COMPRZ = cOMPRZ;
     e070FIL.INDROE = iNDROE;
     e070FIL.CPRIEF = cPRIEF;
     e070FIL.VENIEC = vENIEC;
     e070FIL.RECTIA = rECTIA;
     return e070FIL;
 }