London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class OrBlockFilterElement

Represents Or block filter element.

Inheritance
System.Object
OrBlockFilterElement
Namespace: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0
Syntax
public sealed class OrBlockFilterElement : FilterElement

Constructors

OrBlockFilterElement()

Initializes a new instance of the FilterOrBlock class.

Declaration
public OrBlockFilterElement()

OrBlockFilterElement(FilterElement[])

Initializes a new instance of the FilterOrBlock class.

Declaration
public OrBlockFilterElement(params FilterElement[] filters)
Parameters
Type Name Description
FilterElement[] filters

The filters.

Properties

ChildElements

Gets the child elements.

Declaration
public override FilterElementCollection ChildElements { get; }
Property Value
Type Description
FilterElementCollection

The child elements.

Overrides