Table of Contents

Class ConditionWithStoredData

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

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

public class ConditionWithStoredData : IConditionWithStoredData
Inheritance
ConditionWithStoredData
Implements
Inherited Members

Constructors

ConditionWithStoredData()

public ConditionWithStoredData()

Properties

SearchCondition

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

public ISearchCondition SearchCondition { get; set; }

Property Value

ISearchCondition

SelectedOperation

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

public int SelectedOperation { get; set; }

Property Value

int

SelectedOptions

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

public int SelectedOptions { get; set; }

Property Value

int

StoredValue

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

public IPropertyValue StoredValue { get; set; }

Property Value

IPropertyValue