Beispiel #1
0
 /// <summary>
 /// Create a new CellGroup object.
 /// </summary>
 /// <param name="cellGroupID">Initial value of the CellGroupID property.</param>
 public static CellGroup CreateCellGroup(global::System.Int32 cellGroupID)
 {
     CellGroup cellGroup = new CellGroup();
     cellGroup.CellGroupID = cellGroupID;
     return cellGroup;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CellGroup EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCellGroup(CellGroup cellGroup)
 {
     base.AddObject("CellGroup", cellGroup);
 }