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