/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the Statuses EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToStatuses(Status status) { base.AddObject("Statuses", status); }