Show / Hide Table of Contents

Class BinaryConditionCompound

Представляет собой совокупность двоичных условий BinaryCondition и применяемый к ним тип логической операции. При вычислении возвращает значение true/false.

Inheritance
InheritedDto<BinaryConditionBase>
BinaryConditionBase
BinaryConditionCompound
Namespace: Trivium.CardsModel.ServerModel.BinaryCondition
Assembly: Trivium.CardsModel.dll
Syntax
public class BinaryConditionCompound : BinaryConditionBase, IDependentEntryObject, ISourceAttributeCollector

Properties

List<BinaryConditionBase> BinaryConditions
Коллекция условий.
BinaryLogicalOperation Type
Тип объекта фильтра
Back to top Generated by DocFX