コード例 #1
0
ファイル: Sapiens.Designer.cs プロジェクト: gilmartmd/sicadv3
 /// <summary>
 /// Deprecated Method for adding a new object to the E085HCL EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToE085HCL(ClienteFilial clienteFilial)
 {
     base.AddObject("E085HCL", clienteFilial);
 }
コード例 #2
0
ファイル: Sapiens.Designer.cs プロジェクト: gilmartmd/sicadv3
 /// <summary>
 /// Create a new ClienteFilial object.
 /// </summary>
 /// <param name="cODCLI">Initial value of the CODCLI property.</param>
 /// <param name="cODEMP">Initial value of the CODEMP property.</param>
 /// <param name="cODFIL">Initial value of the CODFIL property.</param>
 /// <param name="cATCLI">Initial value of the CATCLI property.</param>
 /// <param name="cRIRAT">Initial value of the CRIRAT property.</param>
 /// <param name="eXILCP">Initial value of the EXILCP property.</param>
 public static ClienteFilial CreateClienteFilial(global::System.Int32 cODCLI, global::System.Int16 cODEMP, global::System.Int16 cODFIL, global::System.Int16 cATCLI, global::System.Int16 cRIRAT, global::System.String eXILCP)
 {
     ClienteFilial clienteFilial = new ClienteFilial();
     clienteFilial.CODCLI = cODCLI;
     clienteFilial.CODEMP = cODEMP;
     clienteFilial.CODFIL = cODFIL;
     clienteFilial.CATCLI = cATCLI;
     clienteFilial.CRIRAT = cRIRAT;
     clienteFilial.EXILCP = eXILCP;
     return clienteFilial;
 }