Пример #1
0
 /// <summary>
 /// Create a new Ord_TourGroupNotice object.
 /// </summary>
 /// <param name="noticeID">Initial value of the NoticeID property.</param>
 /// <param name="tourID">Initial value of the TourID property.</param>
 /// <param name="noticeType">Initial value of the NoticeType property.</param>
 /// <param name="departureVehicle">Initial value of the DepartureVehicle property.</param>
 /// <param name="departureTime">Initial value of the DepartureTime property.</param>
 /// <param name="destination">Initial value of the Destination property.</param>
 /// <param name="departureGatherTime">Initial value of the DepartureGatherTime property.</param>
 /// <param name="departureDate">Initial value of the DepartureDate property.</param>
 /// <param name="returnDate">Initial value of the ReturnDate property.</param>
 /// <param name="returnVehicle">Initial value of the ReturnVehicle property.</param>
 /// <param name="returnTime">Initial value of the ReturnTime property.</param>
 /// <param name="providerName">Initial value of the ProviderName property.</param>
 /// <param name="guideContact">Initial value of the GuideContact property.</param>
 /// <param name="emergencyContact">Initial value of the EmergencyContact property.</param>
 /// <param name="createTime">Initial value of the CreateTime property.</param>
 /// <param name="creator">Initial value of the Creator property.</param>
 /// <param name="returnArrivalDestination">Initial value of the ReturnArrivalDestination property.</param>
 /// <param name="departureGatherLocation">Initial value of the DepartureGatherLocation property.</param>
 /// <param name="tourGroupNo">Initial value of the TourGroupNo property.</param>
 /// <param name="resourceName">Initial value of the ResourceName property.</param>
 public static Ord_TourGroupNotice CreateOrd_TourGroupNotice(global::System.Int32 noticeID, global::System.Int32 tourID, global::System.String noticeType, global::System.String departureVehicle, global::System.String departureTime, global::System.String destination, global::System.String departureGatherTime, global::System.DateTime departureDate, global::System.DateTime returnDate, global::System.String returnVehicle, global::System.String returnTime, global::System.String providerName, global::System.String guideContact, global::System.String emergencyContact, global::System.DateTime createTime, global::System.String creator, global::System.String returnArrivalDestination, global::System.String departureGatherLocation, global::System.String tourGroupNo, global::System.String resourceName)
 {
     Ord_TourGroupNotice ord_TourGroupNotice = new Ord_TourGroupNotice();
     ord_TourGroupNotice.NoticeID = noticeID;
     ord_TourGroupNotice.TourID = tourID;
     ord_TourGroupNotice.NoticeType = noticeType;
     ord_TourGroupNotice.DepartureVehicle = departureVehicle;
     ord_TourGroupNotice.DepartureTime = departureTime;
     ord_TourGroupNotice.Destination = destination;
     ord_TourGroupNotice.DepartureGatherTime = departureGatherTime;
     ord_TourGroupNotice.DepartureDate = departureDate;
     ord_TourGroupNotice.ReturnDate = returnDate;
     ord_TourGroupNotice.ReturnVehicle = returnVehicle;
     ord_TourGroupNotice.ReturnTime = returnTime;
     ord_TourGroupNotice.ProviderName = providerName;
     ord_TourGroupNotice.GuideContact = guideContact;
     ord_TourGroupNotice.EmergencyContact = emergencyContact;
     ord_TourGroupNotice.CreateTime = createTime;
     ord_TourGroupNotice.Creator = creator;
     ord_TourGroupNotice.ReturnArrivalDestination = returnArrivalDestination;
     ord_TourGroupNotice.DepartureGatherLocation = departureGatherLocation;
     ord_TourGroupNotice.TourGroupNo = tourGroupNo;
     ord_TourGroupNotice.ResourceName = resourceName;
     return ord_TourGroupNotice;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Ord_TourGroupNotice EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOrd_TourGroupNotice(Ord_TourGroupNotice ord_TourGroupNotice)
 {
     base.AddObject("Ord_TourGroupNotice", ord_TourGroupNotice);
 }