Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the E066FPG EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToE066FPG(FormaPagamento formaPagamento)
 {
     base.AddObject("E066FPG", formaPagamento);
 }
Пример #2
0
 /// <summary>
 /// Create a new FormaPagamento object.
 /// </summary>
 /// <param name="cODEMP">Initial value of the CODEMP property.</param>
 /// <param name="cODFPG">Initial value of the CODFPG property.</param>
 /// <param name="dESFPG">Initial value of the DESFPG property.</param>
 /// <param name="aBRFPG">Initial value of the ABRFPG property.</param>
 /// <param name="vENFPL">Initial value of the VENFPL property.</param>
 /// <param name="tIPFPG">Initial value of the TIPFPG property.</param>
 /// <param name="sITFPG">Initial value of the SITFPG property.</param>
 /// <param name="tPTSUB">Initial value of the TPTSUB property.</param>
 public static FormaPagamento CreateFormaPagamento(global::System.Int16 cODEMP, global::System.Int16 cODFPG, global::System.String dESFPG, global::System.String aBRFPG, global::System.String vENFPL, global::System.Int16 tIPFPG, global::System.String sITFPG, global::System.String tPTSUB)
 {
     FormaPagamento formaPagamento = new FormaPagamento();
     formaPagamento.CODEMP = cODEMP;
     formaPagamento.CODFPG = cODFPG;
     formaPagamento.DESFPG = dESFPG;
     formaPagamento.ABRFPG = aBRFPG;
     formaPagamento.VENFPL = vENFPL;
     formaPagamento.TIPFPG = tIPFPG;
     formaPagamento.SITFPG = sITFPG;
     formaPagamento.TPTSUB = tPTSUB;
     return formaPagamento;
 }