Class GetAlarmTargetArgs
获取单条报警联系人参数
Inheritance
Object
    GetAlarmTargetArgs
  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 GetAlarmTargetArgs
  Constructors
GetAlarmTargetArgs()
无参构造函数
Declaration
public GetAlarmTargetArgs()
  GetAlarmTargetArgs(String, String)
构造函数
Declaration
public GetAlarmTargetArgs(string boxNo, string uid)
  Parameters
| Type | Name | Description | 
|---|---|---|
| String | boxNo | 盒子编码  | 
      
| String | uid | 报警联系人Uid  | 
      
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| String | 
Uid
报警联系人Uid
Declaration
public string Uid { get; set; }
  Property Value
| Type | Description | 
|---|---|
| String |