ItemDescriptor<TItem> Class¶
Inheritance Hierarchy¶
System.Object
Microsoft.AspNet.Mvc.Internal.DecisionTree.ItemDescriptor<TItem>
Properties¶
-
Criteria
()¶ Return type: System.Collections.Generic.IDictionary{System.String,Microsoft.AspNet.Mvc.Internal.DecisionTree.DecisionCriterionValue} public IDictionary<string, DecisionCriterionValue> Criteria { get; set; }
-
Index
()¶ Return type: System.Int32 public int Index { get; set; }
-
Item
()¶ Return type: TItem public TItem Item { get; set; }
-