Esempio n. 1
0
 /// <summary>
 /// Create a new vw_openLeadClaim object.
 /// </summary>
 /// <param name="clientid">Initial value of the clientid property.</param>
 /// <param name="itemcount">Initial value of the itemcount property.</param>
 public static vw_openLeadClaim Createvw_openLeadClaim(global::System.Int32 clientid, global::System.Int32 itemcount)
 {
     vw_openLeadClaim vw_openLeadClaim = new vw_openLeadClaim();
     vw_openLeadClaim.clientid = clientid;
     vw_openLeadClaim.itemcount = itemcount;
     return vw_openLeadClaim;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_openLeadClaims EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_openLeadClaims(vw_openLeadClaim vw_openLeadClaim)
 {
     base.AddObject("vw_openLeadClaims", vw_openLeadClaim);
 }