コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_PriceGroup EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_PriceGroup(bvc_PriceGroup bvc_PriceGroup)
 {
     base.AddObject("bvc_PriceGroup", bvc_PriceGroup);
 }
コード例 #2
0
 /// <summary>
 /// Create a new bvc_PriceGroup object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="pricingType">Initial value of the PricingType property.</param>
 /// <param name="adjustmentAmount">Initial value of the AdjustmentAmount property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_PriceGroup Createbvc_PriceGroup(global::System.String bvin, global::System.String name, global::System.Int32 pricingType, global::System.Decimal adjustmentAmount, global::System.DateTime lastUpdated)
 {
     bvc_PriceGroup bvc_PriceGroup = new bvc_PriceGroup();
     bvc_PriceGroup.bvin = bvin;
     bvc_PriceGroup.Name = name;
     bvc_PriceGroup.PricingType = pricingType;
     bvc_PriceGroup.AdjustmentAmount = adjustmentAmount;
     bvc_PriceGroup.LastUpdated = lastUpdated;
     return bvc_PriceGroup;
 }