Class AlarmMonitorDefinition
报警条目
Inheritance
System.Object
AlarmMonitorDefinition
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class AlarmMonitorDefinition
Properties
AlarmMessage
报警信息
Declaration
public string AlarmMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AlarmState
报警状态
Declaration
public AlarmState AlarmState { get; set; }
Property Value
Type | Description |
---|---|
AlarmState |
Code
报警编码
Declaration
public int Code { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Condition1
条件一
Declaration
public AlarmConditionType Condition1 { get; set; }
Property Value
Type | Description |
---|---|
AlarmConditionType |
Condition2
条件二
Declaration
public AlarmConditionType Condition2 { get; set; }
Property Value
Type | Description |
---|---|
AlarmConditionType |
ConditionCombineMethod
条件组合
Declaration
[JsonProperty("condMethod")]
public AlarmConditionCombineMethod ConditionCombineMethod { get; set; }
Property Value
Type | Description |
---|---|
AlarmConditionCombineMethod |
LastRecoveredTime
最后恢复事件
Declaration
public DateTime? LastRecoveredTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
LastTriggeredTime
最后触发时间
Declaration
public DateTime? LastTriggeredTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Memo
备注
Declaration
public string Memo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
报警名称
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Operand1
操作数一
Declaration
public decimal Operand1 { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Operand2
操作数二
Declaration
public decimal Operand2 { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Uid
报警条目UID
Declaration
public long Uid { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ValueOnLastEvent
最后的值
Declaration
public object ValueOnLastEvent { get; set; }
Property Value
Type | Description |
---|---|
System.Object |