Class GetDmonDataSourceIdArgs
获取监控点下发Id参数
Inheritance
System.Object
GetDmonDataSourceIdArgs
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 GetDmonDataSourceIdArgs
Constructors
GetDmonDataSourceIdArgs()
构造函数
Declaration
public GetDmonDataSourceIdArgs()
GetDmonDataSourceIdArgs(String, Int64)
构造函数
Declaration
public GetDmonDataSourceIdArgs(string boxNo, long dmonId)
Parameters
Type | Name | Description |
---|---|---|
System.String | boxNo | 盒子编码 |
System.Int64 | dmonId | 监控点条目Id |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DmonId
监控点条目Id
Declaration
public long DmonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |