Exemplo n.º 1
0
 /// <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;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Form EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToForm(Form form)
 {
     base.AddObject("Form", form);
 }