@using Edge.Core.Processor; @using System.Reflection; @using Edge.Core.Processor.Dispatcher.Attributes; @model IEnumerable>; @{ ViewData["Title"] = "LiteFccCore Portal"; }

LiteFccCore Web Portal

Total active processors count: @Model.Count()

@foreach (var processorCompoundInfo in Model.OrderByDescending(p => p.Item1.ProcessorType).ThenBy(p => p.Item1.Processor.MetaConfigName)) { var processorDescriptor = processorCompoundInfo.Item1; }