コード例 #1
0
        public 检查指标(string 指标名称)
        {
            this.标度及其说明集合 = new List<标度及其说明>();
            this.检查项目内容 = new 检查项目内容();

            this.指标名称 = 指标名称;
        }
コード例 #2
0
        public 检查指标(string 指标名称, List<标度及其说明> 标度及其说明集合, 检查项目内容 检查项目内容)
        {
            this.标度及其说明集合 = new List<标度及其说明>();
            this.检查项目内容 = new 检查项目内容();

            this.指标名称 = 指标名称;
            this.标度及其说明集合 = 标度及其说明集合;
            this.检查项目内容 = 检查项目内容;
        }
コード例 #3
0
 public 检查指标()
 {
     this.标度及其说明集合 = new List<标度及其说明>();
     this.检查项目内容 = new 检查项目内容();
 }