/// <summary> /// Create a new Ima_AccreditedTestLab object. /// </summary> /// <param name="accreditedTestID">Initial value of the AccreditedTestID property.</param> /// <param name="world_region_id">Initial value of the world_region_id property.</param> /// <param name="country_id">Initial value of the country_id property.</param> /// <param name="wowi_product_type_id">Initial value of the wowi_product_type_id property.</param> /// <param name="publish">Initial value of the Publish property.</param> /// <param name="createUser">Initial value of the CreateUser property.</param> /// <param name="createDate">Initial value of the CreateDate property.</param> /// <param name="lasterUpdateUser">Initial value of the LasterUpdateUser property.</param> /// <param name="lasterUpdateDate">Initial value of the LasterUpdateDate property.</param> public static Ima_AccreditedTestLab CreateIma_AccreditedTestLab(global::System.Int32 accreditedTestID, global::System.Byte world_region_id, global::System.Int32 country_id, global::System.Int32 wowi_product_type_id, global::System.Boolean publish, global::System.String createUser, global::System.DateTime createDate, global::System.String lasterUpdateUser, global::System.DateTime lasterUpdateDate) { Ima_AccreditedTestLab ima_AccreditedTestLab = new Ima_AccreditedTestLab(); ima_AccreditedTestLab.AccreditedTestID = accreditedTestID; ima_AccreditedTestLab.world_region_id = world_region_id; ima_AccreditedTestLab.country_id = country_id; ima_AccreditedTestLab.wowi_product_type_id = wowi_product_type_id; ima_AccreditedTestLab.Publish = publish; ima_AccreditedTestLab.CreateUser = createUser; ima_AccreditedTestLab.CreateDate = createDate; ima_AccreditedTestLab.LasterUpdateUser = lasterUpdateUser; ima_AccreditedTestLab.LasterUpdateDate = lasterUpdateDate; return ima_AccreditedTestLab; }
/// <summary> /// Deprecated Method for adding a new object to the Ima_AccreditedTestLab EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToIma_AccreditedTestLab(Ima_AccreditedTestLab ima_AccreditedTestLab) { base.AddObject("Ima_AccreditedTestLab", ima_AccreditedTestLab); }