Table of Contents

Class CompositeNodeState

Namespace
Lers.Models
Assembly
Lers.Models.dll

Детальное (композитное) состояние объекта учёта.

public class CompositeNodeState
Inheritance
CompositeNodeState
Inherited Members
Extension Methods

Constructors

CompositeNodeState(NodeState, NodeState, NodeState, NodeState)

Детальное (композитное) состояние объекта учёта.

public CompositeNodeState(NodeState measurePointState, NodeState incidentState, NodeState jobState, NodeState calibrationState)

Parameters

measurePointState NodeState
incidentState NodeState
jobState NodeState
calibrationState NodeState

Properties

CalibrationState

Состояние поверок.

public NodeState CalibrationState { get; set; }

Property Value

NodeState

IncidentState

Состояние НС.

public NodeState IncidentState { get; set; }

Property Value

NodeState

JobState

Состояние работ.

public NodeState JobState { get; set; }

Property Value

NodeState

MeasurePointState

Состояние точек учёта.

public NodeState MeasurePointState { get; set; }

Property Value

NodeState

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int