Micro Focus Content Manager SDK 10.1
TRIM.SDK.TrimSearchStackItem Class Reference

The TrimSearchStackItem is an abstract base class representing an item that participates in the definition of a search criteria. As such, it can be a specific search clause (ie dateCreated = today) or an operator designed to be applied to preceding search clauses. More...

Inheritance diagram for TRIM.SDK.TrimSearchStackItem:
TRIM.SDK.TrimSearchClause TRIM.SDK.TrimSearchOperator

Properties

bool IsOperator [get]
 Indicates if this search item is an operator (and, or, not) More...
 
bool IsSearchClause [get]
 Indicates if this search item is a search clause, eg "dateCreated = today" More...
 

Detailed Description

The TrimSearchStackItem is an abstract base class representing an item that participates in the definition of a search criteria. As such, it can be a specific search clause (ie dateCreated = today) or an operator designed to be applied to preceding search clauses.

Property Documentation

◆ IsOperator

bool TRIM.SDK.TrimSearchStackItem.IsOperator
get

Indicates if this search item is an operator (and, or, not)

◆ IsSearchClause

bool TRIM.SDK.TrimSearchStackItem.IsSearchClause
get

Indicates if this search item is a search clause, eg "dateCreated = today"