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