public LinearRangeCollection(NamedElement parent, CommonElements common) : base(parent, common) { base.elementType = typeof(LinearRange); }
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); }
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); }
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); }