Class GetLocationArgs
获取盒子位置参数
Inheritance
System.Object
GetLocationArgs
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 GetLocationArgs
Constructors
GetLocationArgs()
构造函数
Declaration
public GetLocationArgs()
GetLocationArgs(IList<String>)
构造函数
Declaration
public GetLocationArgs(IList<string> boxNos)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.String> | boxNos | 盒子号码列表 |
Properties
BoxNos
盒子列表
Declaration
public IList<string> BoxNos { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |