Exemplo n.º 1
0
 /// <summary>
 /// Create a new CAI object.
 /// </summary>
 /// <param name="cAI1">Initial value of the CAI1 property.</param>
 /// <param name="interniKod">Initial value of the InterniKod property.</param>
 public static CAI CreateCAI(global::System.String cAI1, global::System.String interniKod)
 {
     CAI cAI = new CAI();
     cAI.CAI1 = cAI1;
     cAI.InterniKod = interniKod;
     return cAI;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CAIs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCAIs(CAI cAI)
 {
     base.AddObject("CAIs", cAI);
 }