AdapterProtocolAttribute Constructor
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.166 -- Release Build+57b72ea94712c6fb93701495d2d13b86cd7b5162
Gemstone.Timeseries.Adapters.AdapterProtocolAttribute = function(acronym, name, type, visibility, supportsConnectionTest, loadOrder, applications);
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.