Class GetDmonDataSourceIdArgs
获取监控点下发Id参数
Inheritance
Object
GetDmonDataSourceIdArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class GetDmonDataSourceIdArgs
Constructors
GetDmonDataSourceIdArgs()
构造函数
Declaration
public GetDmonDataSourceIdArgs()
GetDmonDataSourceIdArgs(String, Int64)
构造函数
Declaration
public GetDmonDataSourceIdArgs(string boxNo, long dmonId)
Parameters
Type | Name | Description |
---|---|---|
String | boxNo | 盒子编码 |
Int64 | dmonId | 监控点条目Id |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
String |
DmonId
监控点条目Id
Declaration
public long DmonId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |