AdapterProtocolAttribute Constructor
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.167 -- Release Build+953eba5c1c088e7691234ecdac1695d5b82a461d
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.