Ejemplo n.º 1
0
 /// <summary>
 /// Create a new bvc_PricingLevel object.
 /// </summary>
 /// <param name="pricingLevel">Initial value of the PricingLevel property.</param>
 /// <param name="pricingType">Initial value of the PricingType property.</param>
 /// <param name="amount">Initial value of the Amount property.</param>
 public static bvc_PricingLevel Createbvc_PricingLevel(global::System.Int32 pricingLevel, global::System.Int32 pricingType, global::System.Double amount)
 {
     bvc_PricingLevel bvc_PricingLevel = new bvc_PricingLevel();
     bvc_PricingLevel.PricingLevel = pricingLevel;
     bvc_PricingLevel.PricingType = pricingType;
     bvc_PricingLevel.Amount = amount;
     return bvc_PricingLevel;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_PricingLevel EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_PricingLevel(bvc_PricingLevel bvc_PricingLevel)
 {
     base.AddObject("bvc_PricingLevel", bvc_PricingLevel);
 }