예제 #1
0
 /// <summary>
 /// Create a new Status object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 /// <param name="lastUpdatedBy">Initial value of the LastUpdatedBy property.</param>
 public static Status CreateStatus(global::System.Int32 id, global::System.String name, global::System.DateTime lastUpdated, global::System.String lastUpdatedBy)
 {
     Status status = new Status();
     status.ID = id;
     status.Name = name;
     status.LastUpdated = lastUpdated;
     status.LastUpdatedBy = lastUpdatedBy;
     return status;
 }
예제 #2
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);
 }