Table of Contents

Class InstrumentResult

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

仪表结果

public class InstrumentResult : ReturnValueBase
Inheritance
InstrumentResult
Inherited Members
Extension Methods

Constructors

InstrumentResult()

构造

public InstrumentResult()

Properties

IsPass

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

public bool? IsPass { get; }

Property Value

bool?

Items

仪表项结果

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

Property Value

List<InstrumentItemResult>