예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Active EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToActive(Active active)
 {
     base.AddObject("Active", active);
 }
예제 #2
0
 /// <summary>
 /// Create a new Active object.
 /// </summary>
 /// <param name="activeBit">Initial value of the activeBit property.</param>
 public static Active CreateActive(global::System.Boolean activeBit)
 {
     Active active = new Active();
     active.activeBit = activeBit;
     return active;
 }