Exemplo n.º 1
0
        /// <summary>
        /// Create a new xml_booking object.
        /// </summary>
        /// <param name="id">Initial value of the id property.</param>
        /// <param name="utid_id">Initial value of the utid_id property.</param>
        /// <param name="entry_date">Initial value of the entry_date property.</param>
        /// <param name="stamp">Initial value of the stamp property.</param>
        /// <param name="phase">Initial value of the phase property.</param>
        /// <param name="xml">Initial value of the xml property.</param>
        public static xml_booking Createxml_booking(global::System.Int32 id, global::System.Int32 utid_id, global::System.DateTime entry_date, global::System.DateTime stamp, global::System.String phase, global::System.String xml)
        {
            xml_booking xml_booking = new xml_booking();

            xml_booking.id         = id;
            xml_booking.utid_id    = utid_id;
            xml_booking.entry_date = entry_date;
            xml_booking.stamp      = stamp;
            xml_booking.phase      = phase;
            xml_booking.xml        = xml;
            return(xml_booking);
        }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new xml_booking object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="utid_id">Initial value of the utid_id property.</param>
 /// <param name="entry_date">Initial value of the entry_date property.</param>
 /// <param name="stamp">Initial value of the stamp property.</param>
 /// <param name="phase">Initial value of the phase property.</param>
 /// <param name="xml">Initial value of the xml property.</param>
 public static xml_booking Createxml_booking(global::System.Int32 id, global::System.Int32 utid_id, global::System.DateTime entry_date, global::System.DateTime stamp, global::System.String phase, global::System.String xml)
 {
     xml_booking xml_booking = new xml_booking();
     xml_booking.id = id;
     xml_booking.utid_id = utid_id;
     xml_booking.entry_date = entry_date;
     xml_booking.stamp = stamp;
     xml_booking.phase = phase;
     xml_booking.xml = xml;
     return xml_booking;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the xml_booking EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToxml_booking(xml_booking xml_booking)
 {
     base.AddObject("xml_booking", xml_booking);
 }
Exemplo n.º 4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the xml_booking EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToxml_booking(xml_booking xml_booking)
 {
     base.AddObject("xml_booking", xml_booking);
 }