Esempio n. 1
0
 /// <summary>
 /// Create a new vw_ClaimLimit object.
 /// </summary>
 /// <param name="claimID">Initial value of the ClaimID property.</param>
 /// <param name="limitID">Initial value of the LimitID property.</param>
 /// <param name="limitLetter">Initial value of the LimitLetter property.</param>
 /// <param name="limitType">Initial value of the LimitType property.</param>
 /// <param name="limitDescription">Initial value of the LimitDescription property.</param>
 /// <param name="claimLimitID">Initial value of the ClaimLimitID property.</param>
 public static vw_ClaimLimit Createvw_ClaimLimit(global::System.Int32 claimID, global::System.Int32 limitID, global::System.String limitLetter, global::System.Int32 limitType, global::System.String limitDescription, global::System.Int32 claimLimitID)
 {
     vw_ClaimLimit vw_ClaimLimit = new vw_ClaimLimit();
     vw_ClaimLimit.ClaimID = claimID;
     vw_ClaimLimit.LimitID = limitID;
     vw_ClaimLimit.LimitLetter = limitLetter;
     vw_ClaimLimit.LimitType = limitType;
     vw_ClaimLimit.LimitDescription = limitDescription;
     vw_ClaimLimit.ClaimLimitID = claimLimitID;
     return vw_ClaimLimit;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_ClaimLimit EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_ClaimLimit(vw_ClaimLimit vw_ClaimLimit)
 {
     base.AddObject("vw_ClaimLimit", vw_ClaimLimit);
 }