Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ManagedBies EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToManagedBies(ManagedBy managedBy)
 {
     base.AddObject("ManagedBies", managedBy);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new ManagedBy object.
 /// </summary>
 /// <param name="mID">Initial value of the MID property.</param>
 public static ManagedBy CreateManagedBy(global::System.Int16 mID)
 {
     ManagedBy managedBy = new ManagedBy();
     managedBy.MID = mID;
     return managedBy;
 }