Пример #1
0
 /// <summary>
 /// Create a new Ord_TourNotice object.
 /// </summary>
 /// <param name="tourID">Initial value of the TourID property.</param>
 /// <param name="clientNum">Initial value of the ClientNum property.</param>
 /// <param name="adultNum">Initial value of the AdultNum property.</param>
 /// <param name="childNum">Initial value of the ChildNum property.</param>
 /// <param name="leaderNum">Initial value of the LeaderNum property.</param>
 /// <param name="leaderInfo">Initial value of the LeaderInfo property.</param>
 /// <param name="guiderInfo">Initial value of the GuiderInfo property.</param>
 /// <param name="takeOffTime">Initial value of the TakeOffTime property.</param>
 /// <param name="createTime">Initial value of the CreateTime property.</param>
 /// <param name="modifyTime">Initial value of the ModifyTime property.</param>
 public static Ord_TourNotice CreateOrd_TourNotice(global::System.Int32 tourID, global::System.Int32 clientNum, global::System.Int32 adultNum, global::System.Int32 childNum, global::System.Int32 leaderNum, global::System.String leaderInfo, global::System.String guiderInfo, global::System.String takeOffTime, global::System.DateTime createTime, global::System.DateTime modifyTime)
 {
     Ord_TourNotice ord_TourNotice = new Ord_TourNotice();
     ord_TourNotice.TourID = tourID;
     ord_TourNotice.ClientNum = clientNum;
     ord_TourNotice.AdultNum = adultNum;
     ord_TourNotice.ChildNum = childNum;
     ord_TourNotice.LeaderNum = leaderNum;
     ord_TourNotice.LeaderInfo = leaderInfo;
     ord_TourNotice.GuiderInfo = guiderInfo;
     ord_TourNotice.TakeOffTime = takeOffTime;
     ord_TourNotice.CreateTime = createTime;
     ord_TourNotice.ModifyTime = modifyTime;
     return ord_TourNotice;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Ord_TourNotice EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOrd_TourNotice(Ord_TourNotice ord_TourNotice)
 {
     base.AddObject("Ord_TourNotice", ord_TourNotice);
 }