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
Fields
List
public List<string> List
Field Value
MainAlias
public string MainAlias
Field Value
Processed
public bool Processed
Field Value
Methods
New(bool)
public static NodeCriteriaFinderResult New(bool processed)
Parameters
processed
bool
Returns
ProcessNodesString()
public string ProcessNodesString()
Returns
Union(NodeCriteriaFinderResult)
public void Union(NodeCriteriaFinderResult anotherResult)
Parameters
anotherResult
NodeCriteriaFinderResult