Ejemplo n.º 1
0
 /// <summary>
 /// Create a new Status object.
 /// </summary>
 /// <param name="statusId">Initial value of the StatusId property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static Status CreateStatus(global::System.Int32 statusId, global::System.String name)
 {
     Status status = new Status();
     status.StatusId = statusId;
     status.Name = name;
     return status;
 }
Ejemplo n.º 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);
 }