Table of Contents

Class AssignableProperty

Namespace
HyperX.Scripting
Assembly
HyperX.Scripting.dll
public abstract class AssignableProperty : IdNameEntity
Inheritance
AssignableProperty
Derived
Inherited Members

Methods

ConvertZoneNumbersToZoneIds(IEnumerable<int>, IReadOnlyDictionary<int, Zone>, IReadOnlyDictionary<int, Zone>)

protected static (List<int> ZoneIds, PropertyAssignmentStatus Status) ConvertZoneNumbersToZoneIds(IEnumerable<int> zoneNumbers, IReadOnlyDictionary<int, Zone> zoneByNumberLkp, IReadOnlyDictionary<int, Zone> zoneByCategoryLkp)

Parameters

zoneNumbers IEnumerable<int>
zoneByNumberLkp IReadOnlyDictionary<int, Zone>
zoneByCategoryLkp IReadOnlyDictionary<int, Zone>

Returns

(List<int> ZoneIds, PropertyAssignmentStatus Status)