ProcedureFacilityPoint
USI.Core
A referenced procedure facility with its authored location.
public sealed class ProcedureFacilityPoint : IEquatable<ProcedureFacilityPoint>Constructors
ProcedureFacilityPoint
public ProcedureFacilityPoint(FacilityReference Reference, FacilityLocation Location)A referenced procedure facility with its authored location.
Properties
Location
public FacilityLocation Location { get; set; }Reference
public FacilityReference Reference { get; set; }Methods
<Clone>$
public ProcedureFacilityPoint <Clone>$()Deconstruct
public void Deconstruct(FacilityReference Reference, FacilityLocation Location)Equals
public bool Equals(object obj)Equals
public bool Equals(ProcedureFacilityPoint other)GetHashCode
public int GetHashCode()ToString
public string ToString()