Click or drag to resize

CustomConfigurationEditorAttribute(String, String, 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(
	string assemblyName,
	string typeName,
	string connectionString = null
)
View Source

Parameters

assemblyName  String
The name of the assembly in which the editor type resides.
typeName  String
The full name of the type of the editor.
connectionString  String  (Optional)
The connection string for the custom configuration screen.
See Also