IndependentActionAdapterManagerBase<TAdapter>.InputMeasurementKeys Property
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
[ConnectionStringParameterAttribute]
[CustomConfigurationEditorAttribute("GSF.Timeseries.UI.WPF.dll", "GSF.Timeseries.UI.Editors.MeasurementEditor",
null)]
[DefaultValueAttribute(null)]
public override MeasurementKey[] InputMeasurementKeys { get; set; }
<ConnectionStringParameterAttribute>
<CustomConfigurationEditorAttribute("GSF.Timeseries.UI.WPF.dll", "GSF.Timeseries.UI.Editors.MeasurementEditor",
Nothing)>
<DefaultValueAttribute(Nothing)>
Public Overrides Property InputMeasurementKeys As MeasurementKey()
Get
Set
public:
[ConnectionStringParameterAttribute]
[CustomConfigurationEditorAttribute(L"GSF.Timeseries.UI.WPF.dll", L"GSF.Timeseries.UI.Editors.MeasurementEditor",
nullptr)]
[DefaultValueAttribute(nullptr)]
virtual property array<MeasurementKey^>^ InputMeasurementKeys {
array<MeasurementKey^>^ get () override;
void set (array<MeasurementKey^>^ value) override;
}
function get_InputMeasurementKeys();
function set_InputMeasurementKeys(value);
MeasurementKey[]IAdapter.InputMeasurementKeysIAdapter.InputMeasurementKeys