Example #1
0
 /// <summary>
 /// Create a new redux_to_pips object.
 /// </summary>
 /// <param name="redux_id">Initial value of the redux_id property.</param>
 /// <param name="pips_id">Initial value of the pips_id property.</param>
 /// <param name="ischecked">Initial value of the ischecked property.</param>
 /// <param name="title_match">Initial value of the title_match property.</param>
 /// <param name="duration_match">Initial value of the duration_match property.</param>
 /// <param name="start_match">Initial value of the start_match property.</param>
 /// <param name="partial_match">Initial value of the partial_match property.</param>
 public static redux_to_pips Createredux_to_pips(global::System.Int32 redux_id, global::System.Int32 pips_id, global::System.Boolean ischecked, global::System.Boolean title_match, global::System.Boolean duration_match, global::System.Boolean start_match, global::System.Boolean partial_match)
 {
     redux_to_pips redux_to_pips = new redux_to_pips();
     redux_to_pips.redux_id = redux_id;
     redux_to_pips.pips_id = pips_id;
     redux_to_pips.ischecked = ischecked;
     redux_to_pips.title_match = title_match;
     redux_to_pips.duration_match = duration_match;
     redux_to_pips.start_match = start_match;
     redux_to_pips.partial_match = partial_match;
     return redux_to_pips;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the redux_to_pips EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToredux_to_pips(redux_to_pips redux_to_pips)
 {
     base.AddObject("redux_to_pips", redux_to_pips);
 }
Example #3
0
 /// <summary>
 /// Create a new redux_to_pips object.
 /// </summary>
 /// <param name="redux_id">Initial value of the redux_id property.</param>
 /// <param name="pips_id">Initial value of the pips_id property.</param>
 public static redux_to_pips Createredux_to_pips(global::System.Int32 redux_id, global::System.Int32 pips_id)
 {
     redux_to_pips redux_to_pips = new redux_to_pips();
     redux_to_pips.redux_id = redux_id;
     redux_to_pips.pips_id = pips_id;
     return redux_to_pips;
 }