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