Click or drag to resize

CustomConfigurationEditorAttribute(Type, String) Constructor

Creates a new instance of the CustomConfigurationEditorAttribute class.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public CustomConfigurationEditorAttribute(
	Type editorType,
	string connectionString = null
)
View Source

Parameters

editorType  Type
The type of the editor.
connectionString  String  (Optional)
The connection string for the custom configuration screen.
See Also