Enum CommandcenterClassification

Namespace
SIMDispatcher.Core.Models
Assembly
SIMDispatcher.Core.dll

Defines a grading system for command centers based on data availability and evaluation, where 'A' represents the highest grade with ample data and 'F' represents new, unrated, or data-deficient centers.

public enum CommandcenterClassification
Extension Methods

Fields

A = 5
B = 4
C = 3
D = 2
E = 1
F = 0