/// <summary> /// Create a new Contragent object. /// </summary> /// <param name="id">Initial value of the Id property.</param> public static Contragent CreateContragent(global::System.Int32 id) { Contragent contragent = new Contragent(); contragent.Id = id; return contragent; }
/// <summary> /// Deprecated Method for adding a new object to the Contragents EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToContragents(Contragent contragent) { base.AddObject("Contragents", contragent); }