Table of Contents

Class UCASTFilter

Namespace
Styra.Opa.Filters
Assembly
Styra.Opa.dll

Wrapper type for the UCAST data filters Enterprise OPA generates. See the Styra.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)

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.