Ejemplo n.º 1
0
 /// <summary>
 /// Create a new vw_AdjusterPayout object.
 /// </summary>
 /// <param name="claimID">Initial value of the ClaimID property.</param>
 /// <param name="adjusterId">Initial value of the AdjusterId property.</param>
 public static vw_AdjusterPayout Createvw_AdjusterPayout(global::System.Int32 claimID, global::System.Int32 adjusterId)
 {
     vw_AdjusterPayout vw_AdjusterPayout = new vw_AdjusterPayout();
     vw_AdjusterPayout.ClaimID = claimID;
     vw_AdjusterPayout.AdjusterId = adjusterId;
     return vw_AdjusterPayout;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_AdjusterPayout EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_AdjusterPayout(vw_AdjusterPayout vw_AdjusterPayout)
 {
     base.AddObject("vw_AdjusterPayout", vw_AdjusterPayout);
 }