Class ComplexConditionRequest
Модель данных для запроса составного условия.
public class ComplexConditionRequest : WebApiRequest, IComplexConditionRequest, IWebApiRequest
- Inheritance
-
ComplexConditionRequest
- Implements
- Inherited Members
Constructors
ComplexConditionRequest()
public ComplexConditionRequest()
Properties
ComplexConditions
Список сложных условий.
public List<IComplexConditionRequest>? ComplexConditions { get; set; }
Property Value
ElementConditions
Список условий для поиска совместимых объектов по владельцу свойства.
public List<ICompatibilityConditionForElementRequest>? ElementConditions { get; set; }
Property Value
Enabled
Возвращает или задает признак того, что условие включено.
public bool Enabled { get; set; }
Property Value
- bool
trueесли включено; иначеfalse.
IntersectionType
Возвращает или задает признак пересечения условий по И.
public IntersectionType IntersectionType { get; set; }
Property Value
- IntersectionType
trueпересечение по И; иначе,false, пересечение по ИЛИ.
PropValueConditions
Список условий для поиска совместимых объектов по значению.
public List<ICompatibilityConditionForPropValueRequest>? PropValueConditions { get; set; }
Property Value
SimpleConditions
Список простых условий.
public List<ISimpleConditionRequest>? SimpleConditions { get; set; }