Class DataMonitorWriteValueArgsV2
写入值参数
Inheritance
System.Object
DataMonitorWriteValueArgsV2
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 DataMonitorWriteValueArgsV2
Constructors
DataMonitorWriteValueArgsV2()
无参构造函数
Declaration
public DataMonitorWriteValueArgsV2()
DataMonitorWriteValueArgsV2(String, Int64, Object, WriteValueType)
构造函数
Declaration
public DataMonitorWriteValueArgsV2(string boxNo, long dataMonitorUid, object value, WriteValueType type)
Parameters
Type | Name | Description |
---|---|---|
System.String | boxNo | 盒子编码 |
System.Int64 | dataMonitorUid | 监测点条目UID |
System.Object | value | 检测点条目的值 |
WriteValueType | type | 监测点条目值类型 |
DataMonitorWriteValueArgsV2(String, String, Object, WriteValueType)
构造函数
Declaration
public DataMonitorWriteValueArgsV2(string boxNo, string dataMonitorName, object value, WriteValueType type)
Parameters
Type | Name | Description |
---|---|---|
System.String | boxNo | 盒子编码 |
System.String | dataMonitorName | 监控点名称 |
System.Object | value | 检测点条目的值 |
WriteValueType | type | 监测点条目值类型 |
DataMonitorWriteValueArgsV2(String, String, String, Object, WriteValueType)
构造函数
Declaration
public DataMonitorWriteValueArgsV2(string boxNo, string dataMonitorName, string dataMonitorGroupName, object value, WriteValueType type)
Parameters
Type | Name | Description |
---|---|---|
System.String | boxNo | 盒子编码 |
System.String | dataMonitorName | 监控点名称 |
System.String | dataMonitorGroupName | 监控点组名称,用于不同组下有同名监控点的情况。 |
System.Object | value | 检测点条目的值 |
WriteValueType | type | 监测点条目值类型 |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataMonitorGroupName
监控点组名称
Declaration
public string DataMonitorGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataMonitorName
监控点条目名称
Declaration
public string DataMonitorName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataMonitorUid
监测点条目UID
Declaration
public long DataMonitorUid { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Type
监测点条目值类型
Declaration
public WriteValueType Type { get; set; }
Property Value
Type | Description |
---|---|
WriteValueType |
Value
检测点条目的值
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |