/// <summary>
 /// Create a new ActionInputs object.
 /// </summary>
 /// <param name="inputId">Initial value of the InputId property.</param>
 /// <param name="inputObject">Initial value of the InputObject property.</param>
 public static ActionInputs CreateActionInputs(global::System.Int32 inputId, global::System.String inputObject)
 {
     ActionInputs actionInputs = new ActionInputs();
     actionInputs.InputId = inputId;
     actionInputs.InputObject = inputObject;
     return actionInputs;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ActionInputs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToActionInputs(ActionInputs actionInputs)
 {
     base.AddObject("ActionInputs", actionInputs);
 }