Show / Hide Table of Contents

Class CompoundDictionaryFilter

Класс единицы фильтра. Представляет собой либо объединяющую единицу с уловиями И / ИЛИ (Filters), либо Конкретное условие фильтрации Condition

Inheritance
CompoundDictionaryFilter
Implements
ICompoundDictionaryFilter
IDictionaryFilter
Namespace: Trivium.DictionariesDto.Filters
Assembly: Trivium.DictionariesDto.dll
Syntax
public class CompoundDictionaryFilter : ICompoundDictionaryFilter, IDictionaryFilter, ICopyable<IDictionaryFilter>, IEquatable<CompoundDictionaryFilter>

Properties

List<IDictionaryFilter> Filters
Коллекция фильтров. Имеет смысл если Тип фильтра: И / ИЛИ
bool Inversion
Инвесрсия вычисления
FilterCompoundType Type
Тип объекта фильтра

Implements

ICompoundDictionaryFilter
IDictionaryFilter
Back to top Generated by DocFX