/// <summary> /// Deprecated Method for adding a new object to the cipdatas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTocipdatas(cipdata cipdata) { base.AddObject("cipdatas", cipdata); }
/// <summary> /// Create a new cipdata object. /// </summary> /// <param name="cipdata_id">Initial value of the cipdata_id property.</param> /// <param name="user_id">Initial value of the user_id property.</param> /// <param name="geosite_id">Initial value of the geosite_id property.</param> /// <param name="image_id">Initial value of the image_id property.</param> /// <param name="accesstime">Initial value of the accesstime property.</param> /// <param name="action">Initial value of the action property.</param> /// <param name="timecost">Initial value of the timecost property.</param> /// <param name="bandwidth">Initial value of the bandwidth property.</param> /// <param name="version_id">Initial value of the version_id property.</param> /// <param name="machine_id">Initial value of the machine_id property.</param> /// <param name="host_id">Initial value of the host_id property.</param> /// <param name="statustype_id">Initial value of the statustype_id property.</param> /// <param name="statusmsg_id">Initial value of the statusmsg_id property.</param> public static cipdata Createcipdata(global::System.Decimal cipdata_id, global::System.Int64 user_id, global::System.Int32 geosite_id, global::System.Decimal image_id, global::System.DateTimeOffset accesstime, global::System.String action, global::System.Double timecost, global::System.String bandwidth, global::System.Int64 version_id, global::System.Int64 machine_id, global::System.Int64 host_id, global::System.Int64 statustype_id, global::System.Int64 statusmsg_id) { cipdata cipdata = new cipdata(); cipdata.cipdata_id = cipdata_id; cipdata.user_id = user_id; cipdata.geosite_id = geosite_id; cipdata.image_id = image_id; cipdata.accesstime = accesstime; cipdata.action = action; cipdata.timecost = timecost; cipdata.bandwidth = bandwidth; cipdata.version_id = version_id; cipdata.machine_id = machine_id; cipdata.host_id = host_id; cipdata.statustype_id = statustype_id; cipdata.statusmsg_id = statusmsg_id; return cipdata; }