/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the CAIs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCAIs(CAI cAI) { base.AddObject("CAIs", cAI); }