Class RegisterBoxArgs
注册盒子参数
Inheritance
Object
RegisterBoxArgs
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 RegisterBoxArgs
Constructors
RegisterBoxArgs()
无参构造函数
Declaration
public RegisterBoxArgs()
RegisterBoxArgs(Int64, String, String, String)
构造函数
Declaration
public RegisterBoxArgs(long boxGroupId, string boxPassword, string boxNo, string alias)
Parameters
Type | Name | Description |
---|---|---|
Int64 | boxGroupId | 盒子组别ID |
String | boxPassword | 盒子密码 |
String | boxNo | 盒子编码 |
String | alias |
RegisterBoxArgs(String, String, String, String)
构造函数
Declaration
public RegisterBoxArgs(string boxNo, string boxPassword, string alias, string groupName)
Parameters
Type | Name | Description |
---|---|---|
String | boxNo | 盒子编码 |
String | boxPassword | 盒子密码 |
String | alias | 别名 |
String | groupName | 监控点分组名称 |
Properties
Alias
盒子名称
Declaration
public string Alias { get; set; }
Property Value
Type | Description |
---|---|
String |
BoxGroupId
盒子分组Id
Declaration
public long BoxGroupId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
String |
BoxPassword
盒子密码
Declaration
public string BoxPassword { get; set; }
Property Value
Type | Description |
---|---|
String |
GroupName
盒子分组名称
Declaration
public string GroupName { get; set; }
Property Value
Type | Description |
---|---|
String |