/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the UpsellActionDefinitions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToUpsellActionDefinitions(UpsellActionDefinition upsellActionDefinition) { base.AddObject("UpsellActionDefinitions", upsellActionDefinition); }