コード例 #1
0
ファイル: Sapiens.Designer.cs プロジェクト: gilmartmd/sicadv3
 /// <summary>
 /// Create a new Caracteristica object.
 /// </summary>
 /// <param name="cODCCL">Initial value of the CODCCL property.</param>
 /// <param name="dESCCL">Initial value of the DESCCL property.</param>
 public static Caracteristica CreateCaracteristica(global::System.String cODCCL, global::System.String dESCCL)
 {
     Caracteristica caracteristica = new Caracteristica();
     caracteristica.CODCCL = cODCCL;
     caracteristica.DESCCL = dESCCL;
     return caracteristica;
 }
コード例 #2
0
ファイル: Sapiens.Designer.cs プロジェクト: gilmartmd/sicadv3
 /// <summary>
 /// Deprecated Method for adding a new object to the E014CCL EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToE014CCL(Caracteristica caracteristica)
 {
     base.AddObject("E014CCL", caracteristica);
 }