UIAdapterProtocolAttribute Constructor
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.178 -- Release Build+52bde36e42c7b2f52d1e2cc6bb29e593f446f07c
public UIAdapterProtocolAttribute(
string acronym,
string assemblyName,
string resourceName
)
public:
UIAdapterProtocolAttribute(
String^ acronym,
String^ assemblyName,
String^ resourceName
)
Gemstone.Timeseries.Adapters.UIAdapterProtocolAttribute = function(acronym, assemblyName, resourceName);
Parameters
- acronym String
- Acronym for the adapter protocol.
- assemblyName String
- Name of the assembly where the UI resource is located.
- resourceName String
- Name of the UI resource (fully qualified embedded resource name).