Beispiel #1
0
 /// <summary>
 /// Create a new CondicaoPagamento object.
 /// </summary>
 /// <param name="cODEMP">Initial value of the CODEMP property.</param>
 /// <param name="cODCPG">Initial value of the CODCPG property.</param>
 /// <param name="dESCPG">Initial value of the DESCPG property.</param>
 /// <param name="aBRCPG">Initial value of the ABRCPG property.</param>
 /// <param name="aPLCPG">Initial value of the APLCPG property.</param>
 /// <param name="pGTANT">Initial value of the PGTANT property.</param>
 /// <param name="dIAESP">Initial value of the DIAESP property.</param>
 /// <param name="qTDPAR">Initial value of the QTDPAR property.</param>
 /// <param name="iPIPAR">Initial value of the IPIPAR property.</param>
 /// <param name="iCMPAR">Initial value of the ICMPAR property.</param>
 /// <param name="sUBPAR">Initial value of the SUBPAR property.</param>
 /// <param name="fREPAR">Initial value of the FREPAR property.</param>
 /// <param name="sEGPAR">Initial value of the SEGPAR property.</param>
 /// <param name="eNCPAR">Initial value of the ENCPAR property.</param>
 /// <param name="eMBPAR">Initial value of the EMBPAR property.</param>
 /// <param name="oUTPAR">Initial value of the OUTPAR property.</param>
 /// <param name="dARPAR">Initial value of the DARPAR property.</param>
 /// <param name="tIPPAR">Initial value of the TIPPAR property.</param>
 /// <param name="sITCPG">Initial value of the SITCPG property.</param>
 public static CondicaoPagamento CreateCondicaoPagamento(global::System.Int16 cODEMP, global::System.String cODCPG, global::System.String dESCPG, global::System.String aBRCPG, global::System.String aPLCPG, global::System.String pGTANT, global::System.String dIAESP, global::System.Int16 qTDPAR, global::System.String iPIPAR, global::System.String iCMPAR, global::System.String sUBPAR, global::System.String fREPAR, global::System.String sEGPAR, global::System.String eNCPAR, global::System.String eMBPAR, global::System.String oUTPAR, global::System.String dARPAR, global::System.Int16 tIPPAR, global::System.String sITCPG)
 {
     CondicaoPagamento condicaoPagamento = new CondicaoPagamento();
     condicaoPagamento.CODEMP = cODEMP;
     condicaoPagamento.CODCPG = cODCPG;
     condicaoPagamento.DESCPG = dESCPG;
     condicaoPagamento.ABRCPG = aBRCPG;
     condicaoPagamento.APLCPG = aPLCPG;
     condicaoPagamento.PGTANT = pGTANT;
     condicaoPagamento.DIAESP = dIAESP;
     condicaoPagamento.QTDPAR = qTDPAR;
     condicaoPagamento.IPIPAR = iPIPAR;
     condicaoPagamento.ICMPAR = iCMPAR;
     condicaoPagamento.SUBPAR = sUBPAR;
     condicaoPagamento.FREPAR = fREPAR;
     condicaoPagamento.SEGPAR = sEGPAR;
     condicaoPagamento.ENCPAR = eNCPAR;
     condicaoPagamento.EMBPAR = eMBPAR;
     condicaoPagamento.OUTPAR = oUTPAR;
     condicaoPagamento.DARPAR = dARPAR;
     condicaoPagamento.TIPPAR = tIPPAR;
     condicaoPagamento.SITCPG = sITCPG;
     return condicaoPagamento;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the E028CPG EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToE028CPG(CondicaoPagamento condicaoPagamento)
 {
     base.AddObject("E028CPG", condicaoPagamento);
 }