/// <summary> /// Create a new Que object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="description">Initial value of the Description property.</param> /// <param name="routeGroupId">Initial value of the RouteGroupId property.</param> public static Que CreateQue(global::System.Int32 id, global::System.String description, global::System.Int32 routeGroupId) { Que que = new Que(); que.Id = id; que.Description = description; que.RouteGroupId = routeGroupId; return que; }
/// <summary> /// Deprecated Method for adding a new object to the Ques EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToQues(Que que) { base.AddObject("Ques", que); }