/// <summary> /// Create a new AQAtom_Model_ object. /// </summary> /// <param name="aQDataID_">Initial value of the AQDataID_ property.</param> /// <param name="aQParentID_">Initial value of the AQParentID_ property.</param> /// <param name="aQLastModified_">Initial value of the AQLastModified_ property.</param> /// <param name="aQLastModifiedBy_">Initial value of the AQLastModifiedBy_ property.</param> /// <param name="aQAtomVersion_">Initial value of the AQAtomVersion_ property.</param> /// <param name="startTime_">Initial value of the startTime_ property.</param> /// <param name="name_">Initial value of the name_ property.</param> /// <param name="inputs_">Initial value of the inputs_ property.</param> /// <param name="outputs_">Initial value of the outputs_ property.</param> /// <param name="modelType_">Initial value of the modelType_ property.</param> /// <param name="trainingError_">Initial value of the trainingError_ property.</param> /// <param name="testError_">Initial value of the testError_ property.</param> public static AQAtom_Model_ CreateAQAtom_Model_(global::System.Decimal aQDataID_, global::System.Decimal aQParentID_, global::System.DateTime aQLastModified_, global::System.String aQLastModifiedBy_, global::System.String aQAtomVersion_, global::System.DateTime startTime_, global::System.String name_, global::System.String inputs_, global::System.String outputs_, global::System.String modelType_, global::System.Double trainingError_, global::System.Double testError_) { AQAtom_Model_ aQAtom_Model_ = new AQAtom_Model_(); aQAtom_Model_.AQDataID_ = aQDataID_; aQAtom_Model_.AQParentID_ = aQParentID_; aQAtom_Model_.AQLastModified_ = aQLastModified_; aQAtom_Model_.AQLastModifiedBy_ = aQLastModifiedBy_; aQAtom_Model_.AQAtomVersion_ = aQAtomVersion_; aQAtom_Model_.startTime_ = startTime_; aQAtom_Model_.name_ = name_; aQAtom_Model_.inputs_ = inputs_; aQAtom_Model_.outputs_ = outputs_; aQAtom_Model_.modelType_ = modelType_; aQAtom_Model_.trainingError_ = trainingError_; aQAtom_Model_.testError_ = testError_; return aQAtom_Model_; }
/// <summary> /// Deprecated Method for adding a new object to the AQAtom_Model_ EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAQAtom_Model_(AQAtom_Model_ aQAtom_Model_) { base.AddObject("AQAtom_Model_", aQAtom_Model_); }