/// <summary> /// Create a new Form object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="description">Initial value of the Description property.</param> public static Form CreateForm(global::System.Int32 id, global::System.String name, global::System.String description) { Form form = new Form(); form.Id = id; form.Name = name; form.Description = description; return form; }
/// <summary> /// Deprecated Method for adding a new object to the Form EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToForm(Form form) { base.AddObject("Form", form); }