コード例 #1
0
 public LinearRangeCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(LinearRange);
 }
コード例 #2
0
 public NamedCollection(NamedElement parent, CommonElements common)
 {
     this.Common = common;
     this.parent = parent;
 }
コード例 #3
0
 public NumericIndicatorCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(NumericIndicator);
 }
コード例 #4
0
 public CircularPointerCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(CircularPointer);
 }
コード例 #5
0
 public NamedImageCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(NamedImage);
 }
コード例 #6
0
 public StateCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(State);
 }
コード例 #7
0
 public GaugeLabelCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(GaugeLabel);
 }
コード例 #8
0
 public InputValueCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(InputValue);
 }
コード例 #9
0
 public CalculatedValueCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(CalculatedValue);
 }
コード例 #10
0
 public KnobCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(Knob);
 }