enum class PulseBestOutflowRules_ t : uint32
{
// MPropertyFriendlyName = Choose Best
// MPropertyDescription = Choose the best outflow with all rules passing, as determined by number of passing rules (specificity).
SORT_ BY_ NUMBER_ OF_ VALID_ CRITERIA = 0,
// MPropertyFriendlyName = Choose First
// MPropertyDescription = Choose the first outflow with all rules passing, from left to right
SORT_ BY_ OUTFLOW_ INDEX = 1,
};