Beispiel #1
0
 public section_attr(section.type_section st, int id, string code, section_attr_type type)
 {
     this.s_type = st; this.id = id; this.code = code; this.type = type;
 }
Beispiel #2
0
 public section_attr(string code, section_attr_type type, object value)
 {
     this.code = code; this.type = type; this.value = value;
 }