예제 #1
0
 /// <summary>
 /// Create a new vw_FormField object.
 /// </summary>
 /// <param name="fieldID">Initial value of the FieldID property.</param>
 /// <param name="templateID">Initial value of the TemplateID property.</param>
 /// <param name="isSelected">Initial value of the IsSelected property.</param>
 public static vw_FormField Createvw_FormField(global::System.Int32 fieldID, global::System.Int32 templateID, global::System.Boolean isSelected)
 {
     vw_FormField vw_FormField = new vw_FormField();
     vw_FormField.FieldID = fieldID;
     vw_FormField.TemplateID = templateID;
     vw_FormField.IsSelected = isSelected;
     return vw_FormField;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_FormFields EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_FormFields(vw_FormField vw_FormField)
 {
     base.AddObject("vw_FormFields", vw_FormField);
 }