/// <summary>
 /// Create a new eForm object.
 /// </summary>
 /// <param name="formID">Initial value of the FormID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="isDeleted">Initial value of the IsDeleted property.</param>
 /// <param name="createdBy">Initial value of the CreatedBy property.</param>
 /// <param name="createdDate">Initial value of the CreatedDate property.</param>
 /// <param name="updatedBy">Initial value of the UpdatedBy property.</param>
 /// <param name="updatedDate">Initial value of the UpdatedDate property.</param>
 public static eForm CreateeForm(global::System.Int32 formID, global::System.String name, global::System.Boolean isDeleted, global::System.Int32 createdBy, global::System.DateTime createdDate, global::System.Int32 updatedBy, global::System.DateTime updatedDate)
 {
     eForm eForm = new eForm();
     eForm.FormID = formID;
     eForm.Name = name;
     eForm.IsDeleted = isDeleted;
     eForm.CreatedBy = createdBy;
     eForm.CreatedDate = createdDate;
     eForm.UpdatedBy = updatedBy;
     eForm.UpdatedDate = updatedDate;
     return eForm;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the eForms EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToeForms(eForm eForm)
 {
     base.AddObject("eForms", eForm);
 }