/// <summary> /// Deprecated Method for adding a new object to the UpsellPlatformTypeDefinitions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToUpsellPlatformTypeDefinitions(UpsellPlatformTypeDefinition upsellPlatformTypeDefinition) { base.AddObject("UpsellPlatformTypeDefinitions", upsellPlatformTypeDefinition); }
/// <summary> /// Create a new UpsellPlatformTypeDefinition object. /// </summary> /// <param name="id">Initial value of the id property.</param> public static UpsellPlatformTypeDefinition CreateUpsellPlatformTypeDefinition(global::System.Int32 id) { UpsellPlatformTypeDefinition upsellPlatformTypeDefinition = new UpsellPlatformTypeDefinition(); upsellPlatformTypeDefinition.id = id; return upsellPlatformTypeDefinition; }