Domain.QualityTest.setComment C# (CSharp) Method

setComment() public method

public setComment ( string comment ) : void
comment string
return void
        public void setComment(string comment)
        {
            this.comment = comment;
        }
        public void setResult(string results)