Table of Contents

Class MeasureResult

Namespace
AT.Librarys.Container.Station
Assembly
AT.Librarys.Container.dll

测量结果

public class MeasureResult : ReturnValueBase
Inheritance
MeasureResult
Inherited Members
Extension Methods

Constructors

MeasureResult()

构造

public MeasureResult()

Properties

IsPass

是否合格(null=测量异常 false=不合格 true=合格)

public bool? IsPass { get; }

Property Value

bool?

Items

测量项结果

public List<MeasureItemResult> Items { get; set; }

Property Value

List<MeasureItemResult>