Micro Focus Content Manager SDK 9.3
HP.HPTRIM.SDK.TrimSearchOperator Class Reference

The TrimSearchOperator is a type of TrimSearchStackItem that represents an operator - one of (and, or, not) More...

Inheritance diagram for HP.HPTRIM.SDK.TrimSearchOperator:
HP.HPTRIM.SDK.TrimSearchStackItem

Public Member Functions

 TrimSearchOperator (TrimSearchOperatorType opType)
 Construct a search stack item that is an operator - one of (and, or, not) More...
 

Properties

TrimSearchOperatorType OperatorType [get]
 Gets the TrimSearchOperatorType enum value indicating the type of operator this is. More...
 
- Properties inherited from HP.HPTRIM.SDK.TrimSearchStackItem
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 TrimSearchOperator is a type of TrimSearchStackItem that represents an operator - one of (and, or, not)

Constructor & Destructor Documentation

HP.HPTRIM.SDK.TrimSearchOperator.TrimSearchOperator ( TrimSearchOperatorType  opType)

Construct a search stack item that is an operator - one of (and, or, not)

Property Documentation

TrimSearchOperatorType HP.HPTRIM.SDK.TrimSearchOperator.OperatorType
get

Gets the TrimSearchOperatorType enum value indicating the type of operator this is.