/// <summary> /// Create a new BannerCodes object. /// </summary> /// <param name="bc_id">Initial value of the bc_id property.</param> /// <param name="bc_position">Initial value of the bc_position property.</param> /// <param name="bc_priority">Initial value of the bc_priority property.</param> /// <param name="bc_code">Initial value of the bc_code property.</param> public static BannerCodes CreateBannerCodes(global::System.Int32 bc_id, global::System.Int32 bc_position, global::System.Int32 bc_priority, global::System.String bc_code) { BannerCodes bannerCodes = new BannerCodes(); bannerCodes.bc_id = bc_id; bannerCodes.bc_position = bc_position; bannerCodes.bc_priority = bc_priority; bannerCodes.bc_code = bc_code; return bannerCodes; }
/// <summary> /// Deprecated Method for adding a new object to the BannerCodes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBannerCodes(BannerCodes bannerCodes) { base.AddObject("BannerCodes", bannerCodes); }