public LinearRangeCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(LinearRange);
 }
Ejemplo n.º 2
0
 public NamedCollection(NamedElement parent, CommonElements common)
 {
     this.Common = common;
     this.parent = parent;
 }
 public NumericIndicatorCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(NumericIndicator);
 }
Ejemplo n.º 4
0
 public CircularPointerCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(CircularPointer);
 }
 public NamedImageCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(NamedImage);
 }
 public StateCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(State);
 }
 public GaugeLabelCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(GaugeLabel);
 }
 public InputValueCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(InputValue);
 }
Ejemplo n.º 9
0
 public CalculatedValueCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(CalculatedValue);
 }
 public KnobCollection(NamedElement parent, CommonElements common)
     : base(parent, common)
 {
     base.elementType = typeof(Knob);
 }