Class Flag
- Namespace
- Skyware.Lis.EventsModel.Instruments
- Assembly
- Skyware.Lis.EventsModel.dll
Represents instrument's flag of the result, such as 'High", "Low", etc.
public class Flag
- Inheritance
-
Flag
- Inherited Members
Properties
Code
Code of the flag as it is transmitted from the instrument
public string Code { get; set; }
Property Value
Value
Resolved value
public string Value { get; set; }