/// <summary>
 /// Generates the message.
 /// </summary>
 /// <returns></returns>
 protected override bool GenerateMessage()
 {
     var analysisSet = new AnalysisSet();
     analysisSet.ProgressChanged += ControlSetProgressChanged;
     SetUserMockSessionForJob(_qcSetParameter.CreatedBy);            
     analysisSet.CreateQcSet(_qcSetParameter.MatterId.ToString(CultureInfo.InvariantCulture), _qcSetParameter.DatasetId.ToString(CultureInfo.InvariantCulture), _qcSetParameter.ProjectId, WorkAssignment.JobId, _qcSetParameter);
     return true;
 }
Example #2
0
        /// <summary>
        /// Generates the message.
        /// </summary>
        /// <returns></returns>
        protected override bool GenerateMessage()
        {
            var analysisSet = new AnalysisSet();

            analysisSet.ProgressChanged += ControlSetProgressChanged;
            SetUserMockSessionForJob(_qcSetParameter.CreatedBy);
            analysisSet.CreateQcSet(_qcSetParameter.MatterId.ToString(CultureInfo.InvariantCulture), _qcSetParameter.DatasetId.ToString(CultureInfo.InvariantCulture), _qcSetParameter.ProjectId, WorkAssignment.JobId, _qcSetParameter);
            return(true);
        }