/// <summary>
 /// Create a new ActivationMethod object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static ActivationMethod CreateActivationMethod(global::System.Int32 id)
 {
     ActivationMethod activationMethod = new ActivationMethod();
     activationMethod.Id = id;
     return activationMethod;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ActivationMethods EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToActivationMethods(ActivationMethod activationMethod)
 {
     base.AddObject("ActivationMethods", activationMethod);
 }