示例#1
0
 /// <summary>
 /// Create a new ListElement object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static ListElement CreateListElement(global::System.Int32 id, global::System.String name)
 {
     ListElement listElement = new ListElement();
     listElement.Id = id;
     listElement.Name = name;
     return listElement;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ListElements EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToListElements(ListElement listElement)
 {
     base.AddObject("ListElements", listElement);
 }