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