Class AlarmDefintitionDtoV2
报警条目V2
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 AlarmDefintitionDtoV2 : DataSourceDtoV2
Properties
AlarmGroup
报警分组 AlarmGroupDtoV2
Declaration
[JsonProperty("group")]
public AlarmGroupDtoV2 AlarmGroup { get; set; }
Property Value
Type | Description |
---|---|
AlarmGroupDtoV2 |
AlarmMessage
报警信息
Declaration
[JsonProperty("alarmMsg")]
public string AlarmMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Code
报警条目编码
Declaration
public int Code { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Condition1
报警条件一 AlarmConditionType
Declaration
public AlarmConditionType Condition1 { get; set; }
Property Value
Type | Description |
---|---|
AlarmConditionType |
Condition2
报警条件二 AlarmConditionType
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 |
Id
报警条目Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
IsDeviceChanged
设备是否已经变更
Declaration
[JsonProperty("deviceChanged")]
public bool IsDeviceChanged { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Memo
备注
Declaration
[JsonProperty("memo")]
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 |
TaskState
条目状态 TaskState
Declaration
[JsonProperty("tstate")]
public TaskState TaskState { get; set; }
Property Value
Type | Description |
---|---|
TaskState |