示例#1
0
 /// <summary>
 /// Create a new ClienteSapiens object.
 /// </summary>
 /// <param name="cODCLI">Initial value of the CODCLI property.</param>
 /// <param name="nOMCLI">Initial value of the NOMCLI property.</param>
 /// <param name="aPECLI">Initial value of the APECLI property.</param>
 /// <param name="tIPCLI">Initial value of the TIPCLI property.</param>
 /// <param name="tIPMER">Initial value of the TIPMER property.</param>
 /// <param name="cLICON">Initial value of the CLICON property.</param>
 /// <param name="tEMENT">Initial value of the TEMENT property.</param>
 /// <param name="tEMCOB">Initial value of the TEMCOB property.</param>
 /// <param name="sITCLI">Initial value of the SITCLI property.</param>
 /// <param name="tIPACE">Initial value of the TIPACE property.</param>
 public static ClienteSapiens CreateClienteSapiens(global::System.Int32 cODCLI, global::System.String nOMCLI, global::System.String aPECLI, global::System.String tIPCLI, global::System.String tIPMER, global::System.String cLICON, global::System.String tEMENT, global::System.String tEMCOB, global::System.String sITCLI, global::System.Int16 tIPACE)
 {
     ClienteSapiens clienteSapiens = new ClienteSapiens();
     clienteSapiens.CODCLI = cODCLI;
     clienteSapiens.NOMCLI = nOMCLI;
     clienteSapiens.APECLI = aPECLI;
     clienteSapiens.TIPCLI = tIPCLI;
     clienteSapiens.TIPMER = tIPMER;
     clienteSapiens.CLICON = cLICON;
     clienteSapiens.TEMENT = tEMENT;
     clienteSapiens.TEMCOB = tEMCOB;
     clienteSapiens.SITCLI = sITCLI;
     clienteSapiens.TIPACE = tIPACE;
     return clienteSapiens;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the E085CLI EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToE085CLI(ClienteSapiens clienteSapiens)
 {
     base.AddObject("E085CLI", clienteSapiens);
 }