Class | Description | |
---|---|---|
![]() | ItemContainerDefinition | Class used to define the container that is used for a given item based on the specified Condition. |
![]() | MatchConditionGroup | Custom condition that will determine if an object matches by evaluating the IMatchCondition instances in the collection. |
![]() | NegationMatchCondition | Custom condition used to negate the result of calling IMatchCondition.IsMatch on the associated Condition |
![]() | PropertyMatchCondition | Custom condition that checks if the value of the item from the ValuePath matches the specified Value |
![]() | TypeMatchCondition | Custom condition that checks if the item is assignable from the specified type information. |
Interface | Description | |
---|---|---|
![]() | IMatchCondition | Interface used to define an object that performs a match operation. |