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