コード例 #1
0
        /// <summary>
        /// Create a new utid object.
        /// </summary>
        /// <param name="id">Initial value of the id property.</param>
        /// <param name="gds">Initial value of the gds property.</param>
        /// <param name="rLOC">Initial value of the RLOC property.</param>
        /// <param name="booking_date">Initial value of the booking_date property.</param>
        /// <param name="ubid">Initial value of the ubid property.</param>
        /// <param name="first_sighted">Initial value of the first_sighted property.</param>
        /// <param name="utid1">Initial value of the utid1 property.</param>
        /// <param name="status">Initial value of the status property.</param>
        /// <param name="source">Initial value of the source property.</param>
        /// <param name="stamp">Initial value of the stamp property.</param>
        public static utid Createutid(global::System.Int32 id, global::System.String gds, global::System.String rLOC, global::System.DateTime booking_date, global::System.String ubid, global::System.DateTime first_sighted, global::System.String utid1, global::System.String status, global::System.String source, global::System.DateTime stamp)
        {
            utid utid = new utid();

            utid.id            = id;
            utid.gds           = gds;
            utid.RLOC          = rLOC;
            utid.booking_date  = booking_date;
            utid.ubid          = ubid;
            utid.first_sighted = first_sighted;
            utid.utid1         = utid1;
            utid.status        = status;
            utid.source        = source;
            utid.stamp         = stamp;
            return(utid);
        }
コード例 #2
0
 /// <summary>
 /// Create a new utid object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="gds">Initial value of the gds property.</param>
 /// <param name="rLOC">Initial value of the RLOC property.</param>
 /// <param name="booking_date">Initial value of the booking_date property.</param>
 /// <param name="ubid">Initial value of the ubid property.</param>
 /// <param name="first_sighted">Initial value of the first_sighted property.</param>
 /// <param name="utid1">Initial value of the utid1 property.</param>
 /// <param name="status">Initial value of the status property.</param>
 /// <param name="source">Initial value of the source property.</param>
 /// <param name="stamp">Initial value of the stamp property.</param>
 public static utid Createutid(global::System.Int32 id, global::System.String gds, global::System.String rLOC, global::System.DateTime booking_date, global::System.String ubid, global::System.DateTime first_sighted, global::System.String utid1, global::System.String status, global::System.String source, global::System.DateTime stamp)
 {
     utid utid = new utid();
     utid.id = id;
     utid.gds = gds;
     utid.RLOC = rLOC;
     utid.booking_date = booking_date;
     utid.ubid = ubid;
     utid.first_sighted = first_sighted;
     utid.utid1 = utid1;
     utid.status = status;
     utid.source = source;
     utid.stamp = stamp;
     return utid;
 }
コード例 #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the utids EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToutids(utid utid)
 {
     base.AddObject("utids", utid);
 }
コード例 #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the utids EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToutids(utid utid)
 {
     base.AddObject("utids", utid);
 }