Esempio n. 1
0
        public NodeReportContent(int pageNum, NodeFormat format, List <NodePage> pageList)
        {
            this.PageNum = pageNum;

            this.Format = format;

            this.PageList = pageList;
        }
Esempio n. 2
0
 public NodeElement(int num, string key, string type, string desc, NodeData data, NodeFormat format, NodePosition position, NodeRequirement requirement)
 {
     this.Num         = num;
     this.Key         = key;
     this.Type        = type;
     this.Desc        = desc;
     this.Data        = data;
     this.Format      = format;
     this.Position    = position;
     this.Requirement = requirement;
 }