Overload | Description |
---|---|
UAContentFilterElementBuilder Constructor() | Initializes a new instance of the class with default data. |
UAContentFilterElementBuilder Constructor(UAContentFilterElement) | Initializes a new instance of the class as a copy of a content filter element. |
UAContentFilterElementBuilder Constructor(UAFilterOperator) | Initializes a new instance of the class, specifying the filter operator, and using default filter operands. |
UAContentFilterElementBuilder Constructor(UAFilterOperator,IEnumerable<UAFilterOperand>) | Initializes a new instance of the class, specifying the filter operator, and a sequence of filter operands. |
UAContentFilterElementBuilder Constructor(UAFilterOperator,UAFilterOperandCollection) | Initializes a new instance of the class, specifying the filter operator, and filter operand collection. |