Show / Hide Table of Contents

Interface IConditionalDictionaryFilter<T>

Фильтр по условию для значений типа T.

Inherited Members
IConditionalDictionaryFilter.Attribute
IConditionalDictionaryFilter.ConditionType
IDictionaryFilter.Inversion
Namespace: Trivium.DictionariesDto.Filters.Interfaces
Assembly: Trivium.DictionariesDto.dll
Syntax
public interface IConditionalDictionaryFilter<out T> : IConditionalDictionaryFilter, IDictionaryFilter, ICopyable<IDictionaryFilter>
Type Parameters
Name Description
T

Тип значения фильтра.

Properties

bool AreRawValues
Признак, что фильтр содержит сырые значения.
bool SkipIfValueNull
Признак пропуска/не учитывание фильтра, если значение Value равно Null.
T Value
Значение фильтра.
Back to top Generated by DocFX