示例#1
0
 /// <summary>
 /// Create a new vw_ServicePacks object.
 /// </summary>
 /// <param name="servicePackID">Initial value of ServicePackID.</param>
 /// <param name="servicePackName">Initial value of ServicePackName.</param>
 /// <param name="servicePackDescription">Initial value of ServicePackDescription.</param>
 /// <param name="servicePackType">Initial value of ServicePackType.</param>
 /// <param name="userCountSupported">Initial value of UserCountSupported.</param>
 /// <param name="validityDays">Initial value of ValidityDays.</param>
 /// <param name="priceInINR">Initial value of PriceInINR.</param>
 /// <param name="enabledFlag">Initial value of EnabledFlag.</param>
 /// <param name="createdDate">Initial value of CreatedDate.</param>
 /// <param name="updatedDate">Initial value of UpdatedDate.</param>
 public static vw_ServicePacks Createvw_ServicePacks(byte servicePackID, string servicePackName, string servicePackDescription, string servicePackType, short userCountSupported, short validityDays, int priceInINR, bool enabledFlag, global::System.DateTime createdDate, global::System.DateTime updatedDate)
 {
     vw_ServicePacks vw_ServicePacks = new vw_ServicePacks();
     vw_ServicePacks.ServicePackID = servicePackID;
     vw_ServicePacks.ServicePackName = servicePackName;
     vw_ServicePacks.ServicePackDescription = servicePackDescription;
     vw_ServicePacks.ServicePackType = servicePackType;
     vw_ServicePacks.UserCountSupported = userCountSupported;
     vw_ServicePacks.ValidityDays = validityDays;
     vw_ServicePacks.PriceInINR = priceInINR;
     vw_ServicePacks.EnabledFlag = enabledFlag;
     vw_ServicePacks.CreatedDate = createdDate;
     vw_ServicePacks.UpdatedDate = updatedDate;
     return vw_ServicePacks;
 }
示例#2
0
 /// <summary>
 /// There are no comments for vw_ServicePacks in the schema.
 /// </summary>
 public void AddTovw_ServicePacks(vw_ServicePacks vw_ServicePacks)
 {
     base.AddObject("vw_ServicePacks", vw_ServicePacks);
 }