Class AlarmItem
Inheritance
System.Object
AlarmItem
Assembly: Experior.Core.dll
Syntax
public class AlarmItem : ViewModelBase
Constructors
AlarmItem(Boolean, UInt32, UInt32, String, String, Connection, Boolean)
Declaration
public AlarmItem(bool subscribe, uint _byte, uint _bit, string source, string description, Connection _com = null, bool oldItem = true)
Parameters
Type |
Name |
Description |
System.Boolean |
subscribe |
|
System.UInt32 |
_byte |
|
System.UInt32 |
_bit |
|
System.String |
source |
|
System.String |
description |
|
Connection |
_com |
|
System.Boolean |
oldItem |
|
Properties
Address
Declaration
[Display(Name = "Address")]
public uint Address { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
Bit
Declaration
[Display(Name = "Bit")]
public uint Bit { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
Description
Declaration
[Display(Name = "Description")]
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Source
Declaration
[Display(Name = "Source")]
public string Source { get; set; }
Property Value
Type |
Description |
System.String |
|
Subscribe
Declaration
[Display(Name = "Subscribe")]
public bool Subscribe { get; set; }
Property Value
Type |
Description |
System.Boolean |
|