/// <summary>
 /// Create a new invTypeReactions object.
 /// </summary>
 /// <param name="reactionTypeID">Initial value of the reactionTypeID property.</param>
 /// <param name="input">Initial value of the input property.</param>
 /// <param name="typeID">Initial value of the typeID property.</param>
 public static invTypeReactions CreateinvTypeReactions(global::System.Int16 reactionTypeID, global::System.Boolean input, global::System.Int16 typeID)
 {
     invTypeReactions invTypeReactions = new invTypeReactions();
     invTypeReactions.reactionTypeID = reactionTypeID;
     invTypeReactions.input = input;
     invTypeReactions.typeID = typeID;
     return invTypeReactions;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the invTypeReactions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToinvTypeReactions(invTypeReactions invTypeReactions)
 {
     base.AddObject("invTypeReactions", invTypeReactions);
 }