Table of Contents

Class UCASTFilter

Namespace
OpenPolicyAgent.Opa.Filters
Assembly
OpenPolicyAgent.Opa.dll

Wrapper type for the UCAST data filters EOPA generates. See the OpenPolicyAgent.Ucast.Linq.UCASTNode docs for details.

public class UCASTFilter : UCASTNode, IFilter
Inheritance
UCASTNode
UCASTFilter
Implements
Inherited Members
UCASTNode.Type
UCASTNode.Op
UCASTNode.Field
UCASTNode.Value

Constructors

UCASTFilter()

public UCASTFilter()

UCASTFilter(UCASTNode)

[SetsRequiredMembers]
public UCASTFilter(UCASTNode query)

Parameters

query UCASTNode

Methods

GetFilterType()

public FilterType GetFilterType()

Returns

FilterType

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.