Beispiel #1
0
        // private static ResourceHolder NewResourceHolder(TResourceObject r) => new ResourceHolder(r);

        public IEnumerable <Action <TInterestedHoldingParty> > GetLiveKeyListOfAsks() =>
        AllResourceHoldersThisCache.GetLiveKeys().Select(x => new Action <TInterestedHoldingParty>(x.AddKeyIfValueAvailable));
Beispiel #2
0
 public TMechanicalResourceKey[] GetAllMechanicalResourcesBehindThisResult() => AllComponentMechanicalsThisResource.GetLiveKeys();