AdapterProtocolAttribute Constructor

Creates a new instance of the AdapterProtocolAttribute class.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.158 -- Release Build+742760b9fc81f0ff99a22d1d8a726573e73efb7e
public AdapterProtocolAttribute(
	string acronym,
	string name,
	ProtocolType type,
	UIVisibility visibility,
	bool supportsConnectionTest = true,
	int loadOrder = 0,
	Application[] applications = null
)

Parameters

acronym  String
Acronym for the adapter protocol.
name  String
Name of the adapter protocol.
type  ProtocolType
Type of the adapter protocol.
visibility  UIVisibility
UI Visibility of the protocol.
supportsConnectionTest  Boolean  (Optional)
Determines if the adapter protocol supports a connection test.
loadOrder  Int32  (Optional)
Load order of the adapter protocol.
applications  Application  (Optional)
Applications that support this protocol in the UI.

See Also