Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the UpsellPlatformTypeDefinitions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUpsellPlatformTypeDefinitions(UpsellPlatformTypeDefinition upsellPlatformTypeDefinition)
 {
     base.AddObject("UpsellPlatformTypeDefinitions", upsellPlatformTypeDefinition);
 }
Exemplo n.º 2
0
 /// <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;
 }