Table of Contents

Interface ICriterion<T>

Namespace
The.WPF.Screens.Criteria
Assembly
Instagile.WPF.dll
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

bool

DefaultSubcriterionName

string DefaultSubcriterionName { get; }

Property Value

string

Label

Caption used for this criterion's fields

string Label { get; }

Property Value

string

Subcriteria

An ordered series of description-field-spec tuples

Dictionary<string, SubcriterionBase<T>> Subcriteria { get; }

Property Value

Dictionary<string, SubcriterionBase<T>>