DecisionCriterion<TItem> Class¶
Inheritance Hierarchy¶
System.Object
Microsoft.AspNet.Mvc.Internal.DecisionTree.DecisionCriterion<TItem>
Properties¶
-
Branches
()¶ Return type: System.Collections.Generic.Dictionary{System.Object,Microsoft.AspNet.Mvc.Internal.DecisionTree.DecisionTreeNode{{TItem}}} public Dictionary<object, DecisionTreeNode<TItem>> Branches { get; set; }
-
Fallback
()¶ Return type: Microsoft.AspNet.Mvc.Internal.DecisionTree.DecisionTreeNode{{TItem}} public DecisionTreeNode<TItem> Fallback { get; set; }
-
Key
()¶ Return type: System.String public string Key { get; set; }
-