/// <summary>
 /// Create a new Ord_TourGroupSegment object.
 /// </summary>
 /// <param name="segmentID">Initial value of the SegmentID property.</param>
 /// <param name="noticeID">Initial value of the NoticeID property.</param>
 /// <param name="semgentDate">Initial value of the SemgentDate property.</param>
 /// <param name="segmentTitle">Initial value of the SegmentTitle property.</param>
 /// <param name="dinnerStandard">Initial value of the DinnerStandard property.</param>
 /// <param name="accommodationStandard">Initial value of the AccommodationStandard property.</param>
 public static Ord_TourGroupSegment CreateOrd_TourGroupSegment(global::System.Int32 segmentID, global::System.Int32 noticeID, global::System.DateTime semgentDate, global::System.String segmentTitle, global::System.String dinnerStandard, global::System.String accommodationStandard)
 {
     Ord_TourGroupSegment ord_TourGroupSegment = new Ord_TourGroupSegment();
     ord_TourGroupSegment.SegmentID = segmentID;
     ord_TourGroupSegment.NoticeID = noticeID;
     ord_TourGroupSegment.SemgentDate = semgentDate;
     ord_TourGroupSegment.SegmentTitle = segmentTitle;
     ord_TourGroupSegment.DinnerStandard = dinnerStandard;
     ord_TourGroupSegment.AccommodationStandard = accommodationStandard;
     return ord_TourGroupSegment;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Ord_TourGroupSegment EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOrd_TourGroupSegment(Ord_TourGroupSegment ord_TourGroupSegment)
 {
     base.AddObject("Ord_TourGroupSegment", ord_TourGroupSegment);
 }