Ejemplo n.º 1
0
        /// <summary>
        /// Create a new ListGroup object.
        /// </summary>
        /// <param name="id">Initial value of the ID property.</param>
        public static ListGroup CreateListGroup(global::System.Int32 id)
        {
            ListGroup listGroup = new ListGroup();

            listGroup.ID = id;
            return(listGroup);
        }
 /// <summary>
 /// Create a new ListGroup object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static ListGroup CreateListGroup(global::System.Int32 id)
 {
     ListGroup listGroup = new ListGroup();
     listGroup.ID = id;
     return listGroup;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ListGroups EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToListGroups(ListGroup listGroup)
 {
     base.AddObject("ListGroups", listGroup);
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ListGroups EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToListGroups(ListGroup listGroup)
 {
     base.AddObject("ListGroups", listGroup);
 }