Table of Contents

Interface IConditionWithStoredData

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.Search
Assembly
Ascon.Polynom.Web.Api.Data.dll

Условие с хранимыми данными.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(ConditionWithStoredData))]
public interface IConditionWithStoredData

Properties

SearchCondition

Условие поиска.

ISearchCondition SearchCondition { get; set; }

Property Value

ISearchCondition

SelectedOperation

Операция сравнения.

int SelectedOperation { get; set; }

Property Value

int

SelectedOptions

Опции операции сравнения.

int SelectedOptions { get; set; }

Property Value

int

StoredValue

Значение свойства.

IPropertyValue StoredValue { get; set; }

Property Value

IPropertyValue