Interface ICriterion<T>
public interface ICriterion<T>
Type Parameters
T
- Extension Methods
Properties
AppliesByDefault
Applies regardless of changedness if its tab is active; makes the main tab always-active
bool AppliesByDefault { get; }
Property Value
DefaultSubcriterionName
string DefaultSubcriterionName { get; }
Property Value
Label
Caption used for this criterion's fields
string Label { get; }
Property Value
Subcriteria
An ordered series of description-field-spec tuples
Dictionary<string, SubcriterionBase<T>> Subcriteria { get; }