Class ConditionWithStoredData
Условие с хранимыми данными.
public class ConditionWithStoredData : IConditionWithStoredData
- Inheritance
-
ConditionWithStoredData
- Implements
- Inherited Members
Constructors
ConditionWithStoredData()
public ConditionWithStoredData()
Properties
SearchCondition
Условие поиска.
public ISearchCondition SearchCondition { get; set; }
Property Value
SelectedOperation
Операция сравнения.
public int SelectedOperation { get; set; }
Property Value
SelectedOptions
Опции операции сравнения.
public int SelectedOptions { get; set; }
Property Value
StoredValue
Значение свойства.
public IPropertyValue StoredValue { get; set; }