Table of Contents

Struct NodeCriteriaFinderResult

Namespace
DevExpress.Xpo.DB.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public struct NodeCriteriaFinderResult
Inherited Members

Constructors

NodeCriteriaFinderResult(bool, string, List<string>)

public NodeCriteriaFinderResult(bool processed, string mainAlias, List<string> list)

Parameters

processed bool
mainAlias string
list List<string>

Fields

List

public List<string> List

Field Value

List<string>

MainAlias

public string MainAlias

Field Value

string

Processed

public bool Processed

Field Value

bool

Methods

New(bool)

public static NodeCriteriaFinderResult New(bool processed)

Parameters

processed bool

Returns

NodeCriteriaFinderResult

ProcessNodesString()

public string ProcessNodesString()

Returns

string

Union(NodeCriteriaFinderResult)

public void Union(NodeCriteriaFinderResult anotherResult)

Parameters

anotherResult NodeCriteriaFinderResult