Click or drag to resize
Grid Solutions Framework

GSFDeviceAlarmStateAdapterExternalDatabaseMappedAlarmStates Property

Gets or sets the external database mapped alarm states defining the {MappedAlarmState} command parameter substitution parameter used for synchronization of alarm states.

Namespace:  GrafanaAdapters
Assembly:  GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.3.250-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("Good=1,Alarm=3,NotAvailable=2,BadData=3,BadTime=3,OutOfService=5")]
public string ExternalDatabaseMappedAlarmStates { get; set; }
Request Example View Source

Property Value

Type: String
See Also