Table of Contents

Class ChangeUnitComponentChange

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

Information about a component change.

[DataContract]
public class ChangeUnitComponentChange
Inheritance
ChangeUnitComponentChange
Inherited Members

Constructors

ChangeUnitComponentChange(UnitComponent)

Initializes a new instance of the ChangeUnitComponentChange class.

public ChangeUnitComponentChange(UnitComponent unitComponent)

Parameters

unitComponent UnitComponent

The component information.

Exceptions

ArgumentNullException

unitComponent is null.

Properties

ReasonInvalid

Gets or sets the optional reason that the component is invalid, if it is invalid.

[DataMember]
public string? ReasonInvalid { get; set; }

Property Value

string

UnitComponent

Gets the component information.

[DataMember]
public UnitComponent UnitComponent { get; }

Property Value

UnitComponent